strip extra blank lines (php-cs-fixer)

This commit is contained in:
Dylan K. Taylor
2020-01-22 15:14:10 +00:00
parent 8d7a364b29
commit 055b13a6cf
149 changed files with 0 additions and 188 deletions

View File

@ -125,7 +125,6 @@ use const M_PI;
use const M_SQRT3;
use const PHP_INT_MAX;
/**
* Main class that handles networking, recovery, and packet sending to the server part
*/
@ -2362,5 +2361,4 @@ class Player extends Human implements CommandSender, ChunkLoader, ChunkListener,
return $this->location->getZ();
}
}