Minor formatting fixes

This commit is contained in:
Dylan K. Taylor 2019-01-16 22:14:40 +00:00
parent 38afe22b79
commit 9c0ebb6350
2 changed files with 0 additions and 2 deletions

View File

@ -35,7 +35,6 @@ class ItemDespawnEvent extends EntityEvent implements Cancellable{
*/
public function __construct(ItemEntity $item){
$this->entity = $item;
}
/**

View File

@ -35,7 +35,6 @@ class ProjectileLaunchEvent extends EntityEvent implements Cancellable{
*/
public function __construct(Projectile $entity){
$this->entity = $entity;
}
/**