mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Add EOF newlines where missing (bulk) (#1836)
This should solve issues with people making GitHub PRs and having the web editor messing things up. GitHub Web Editor sucks :(
This commit is contained in:
@ -35,4 +35,4 @@ interface EventExecutor{
|
||||
* @return void
|
||||
*/
|
||||
public function execute(Listener $listener, Event $event);
|
||||
}
|
||||
}
|
||||
|
@ -41,4 +41,4 @@ class MethodEventExecutor implements EventExecutor{
|
||||
public function getMethod(){
|
||||
return $this->method;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -137,4 +137,4 @@ class PharPluginLoader implements PluginLoader{
|
||||
$plugin->setEnabled(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -27,4 +27,4 @@ use pocketmine\utils\ServerException;
|
||||
|
||||
class PluginException extends ServerException{
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -34,4 +34,4 @@ abstract class PluginLoadOrder{
|
||||
* The plugin will be loaded after the first world has been loaded/created.
|
||||
*/
|
||||
public const POSTWORLD = 1;
|
||||
}
|
||||
}
|
||||
|
@ -68,4 +68,4 @@ interface PluginLoader{
|
||||
public function disablePlugin(Plugin $plugin);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -109,4 +109,4 @@ class RegisteredListener{
|
||||
public function isIgnoringCancelled() : bool{
|
||||
return $this->ignoreCancelled === true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user