diff --git a/src/command/defaults/ClearCommand.php b/src/command/defaults/ClearCommand.php index e4a359432..472321135 100644 --- a/src/command/defaults/ClearCommand.php +++ b/src/command/defaults/ClearCommand.php @@ -171,4 +171,4 @@ class ClearCommand extends VanillaCommand{ } return $count; } -} \ No newline at end of file +} diff --git a/src/entity/animation/ItemEntityStackSizeChangeAnimation.php b/src/entity/animation/ItemEntityStackSizeChangeAnimation.php index 40dab0ab4..ecc943c8c 100644 --- a/src/entity/animation/ItemEntityStackSizeChangeAnimation.php +++ b/src/entity/animation/ItemEntityStackSizeChangeAnimation.php @@ -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)]; } -} \ No newline at end of file +} diff --git a/src/event/entity/ItemMergeEvent.php b/src/event/entity/ItemMergeEvent.php index 061c61b87..4b8b7af7c 100644 --- a/src/event/entity/ItemMergeEvent.php +++ b/src/event/entity/ItemMergeEvent.php @@ -49,4 +49,4 @@ class ItemMergeEvent extends EntityEvent implements Cancellable{ return $this->target; } -} \ No newline at end of file +} diff --git a/src/utils/ConfigLoadException.php b/src/utils/ConfigLoadException.php index d5644859e..a4be1da3d 100644 --- a/src/utils/ConfigLoadException.php +++ b/src/utils/ConfigLoadException.php @@ -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); } -} \ No newline at end of file +} diff --git a/tests/phpunit/utils/RandomTest.php b/tests/phpunit/utils/RandomTest.php index 4c6f1fdf4..d8d803d20 100644 --- a/tests/phpunit/utils/RandomTest.php +++ b/tests/phpunit/utils/RandomTest.php @@ -40,4 +40,4 @@ class RandomTest extends TestCase{ } self::assertTrue($negatives); } -} \ No newline at end of file +}