mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
fix more EOF newlines
This commit is contained in:
parent
75fc7a2d1f
commit
661848c5e7
@ -171,4 +171,4 @@ class ClearCommand extends VanillaCommand{
|
||||
}
|
||||
return $count;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,4 +37,4 @@ final class ItemEntityStackSizeChangeAnimation implements Animation{
|
||||
public function encode() : array{
|
||||
return [ActorEventPacket::create($this->itemEntity->getId(), ActorEvent::ITEM_ENTITY_MERGE, $this->newStackSize)];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -49,4 +49,4 @@ class ItemMergeEvent extends EntityEvent implements Cancellable{
|
||||
return $this->target;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -28,4 +28,4 @@ final class ConfigLoadException extends \RuntimeException{
|
||||
public static function wrap(string $fileName, \Exception $e) : self{
|
||||
return new self("Failed to parse config $fileName: " . $e->getMessage(), 0, $e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -40,4 +40,4 @@ class RandomTest extends TestCase{
|
||||
}
|
||||
self::assertTrue($negatives);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user