strip extra blank lines (php-cs-fixer)

This commit is contained in:
Dylan K. Taylor
2020-01-22 15:14:10 +00:00
parent 8d7a364b29
commit 055b13a6cf
149 changed files with 0 additions and 188 deletions

View File

@ -51,7 +51,6 @@ class PrimedTNT extends Entity implements Explosive{
public $canCollide = false;
public function attack(EntityDamageEvent $source) : void{
if($source->getCause() === EntityDamageEvent::CAUSE_VOID){
parent::attack($source);
@ -66,7 +65,6 @@ class PrimedTNT extends Entity implements Explosive{
$this->getWorld()->addSound($this->location, new IgniteSound());
}
public function canCollideWith(Entity $entity) : bool{
return false;
}