PhpStorm sucks

I'm very sure I enabled 'Ensure every file ends with a line break' ...
This commit is contained in:
Dylan K. Taylor
2022-05-24 15:22:23 +01:00
parent 0fc24c94cd
commit d8dc32ec4b
5 changed files with 4 additions and 5 deletions

View File

@@ -58,4 +58,4 @@ final class CoralFan extends Item{
public function getMaxStackSize() : int{
return $this->getBlock()->getMaxStackSize();
}
}
}

View File

@@ -39,4 +39,4 @@ final class ItemIdentifierFlattened extends ItemIdentifier{
public function getAllIds() : array{
return [$this->getId(), ...$this->additionalIds];
}
}
}