fix more EOF newlines

This commit is contained in:
Dylan K. Taylor 2022-01-07 20:39:43 +00:00
parent 75fc7a2d1f
commit 661848c5e7
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
5 changed files with 5 additions and 5 deletions

View File

@ -171,4 +171,4 @@ class ClearCommand extends VanillaCommand{
}
return $count;
}
}
}

View File

@ -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)];
}
}
}

View File

@ -49,4 +49,4 @@ class ItemMergeEvent extends EntityEvent implements Cancellable{
return $this->target;
}
}
}

View File

@ -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);
}
}
}

View File

@ -40,4 +40,4 @@ class RandomTest extends TestCase{
}
self::assertTrue($negatives);
}
}
}