mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
strip extra blank lines (php-cs-fixer)
This commit is contained in:
@@ -59,7 +59,6 @@ abstract class Generator{
|
||||
*/
|
||||
abstract public function __construct(array $settings = []);
|
||||
|
||||
|
||||
public function init(ChunkManager $level, Random $random) : void{
|
||||
$this->level = $level;
|
||||
$this->random = $random;
|
||||
|
Reference in New Issue
Block a user