From f0dfa451726f014353969ed80b3c8ee5849b6015 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 4 May 2020 13:46:20 +0100 Subject: [PATCH] phpstorm fixing EOF newlines that phpstorm screwed up --- src/world/sound/EntityLandSound.php | 2 +- src/world/sound/EntityLongFallSound.php | 2 +- src/world/sound/EntityShortFallSound.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/world/sound/EntityLandSound.php b/src/world/sound/EntityLandSound.php index 3de49758d..6e47329e1 100644 --- a/src/world/sound/EntityLandSound.php +++ b/src/world/sound/EntityLandSound.php @@ -54,4 +54,4 @@ class EntityLandSound implements Sound{ //TODO: does isBaby have any relevance here? ); } -} \ No newline at end of file +} diff --git a/src/world/sound/EntityLongFallSound.php b/src/world/sound/EntityLongFallSound.php index bef0286e7..907f4ac2f 100644 --- a/src/world/sound/EntityLongFallSound.php +++ b/src/world/sound/EntityLongFallSound.php @@ -51,4 +51,4 @@ class EntityLongFallSound implements Sound{ //TODO: is isBaby relevant here? ); } -} \ No newline at end of file +} diff --git a/src/world/sound/EntityShortFallSound.php b/src/world/sound/EntityShortFallSound.php index 3049f652b..130cecb43 100644 --- a/src/world/sound/EntityShortFallSound.php +++ b/src/world/sound/EntityShortFallSound.php @@ -50,4 +50,4 @@ class EntityShortFallSound implements Sound{ //TODO: does isBaby have any relevance here? ); } -} \ No newline at end of file +}