OCD commit

This commit is contained in:
Dylan K. Taylor
2017-06-04 10:51:20 +01:00
parent 5aea9220c9
commit 75863e2a44
15 changed files with 15 additions and 15 deletions

View File

@ -22,7 +22,7 @@
/**
* Implementation of MCPE-style chunks with subchunks with XZY ordering.
*/
declare(strict_types = 1);
declare(strict_types=1);
namespace pocketmine\level\format;