mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
fix more EOF newlines
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user