mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 13:35:29 +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;
|
return $count;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -37,4 +37,4 @@ final class ItemEntityStackSizeChangeAnimation implements Animation{
|
|||||||
public function encode() : array{
|
public function encode() : array{
|
||||||
return [ActorEventPacket::create($this->itemEntity->getId(), ActorEvent::ITEM_ENTITY_MERGE, $this->newStackSize)];
|
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;
|
return $this->target;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -28,4 +28,4 @@ final class ConfigLoadException extends \RuntimeException{
|
|||||||
public static function wrap(string $fileName, \Exception $e) : self{
|
public static function wrap(string $fileName, \Exception $e) : self{
|
||||||
return new self("Failed to parse config $fileName: " . $e->getMessage(), 0, $e);
|
return new self("Failed to parse config $fileName: " . $e->getMessage(), 0, $e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -40,4 +40,4 @@ class RandomTest extends TestCase{
|
|||||||
}
|
}
|
||||||
self::assertTrue($negatives);
|
self::assertTrue($negatives);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user