Fix some PSR-2 violations

This commit is contained in:
Dylan K. Taylor
2017-07-13 16:14:28 +01:00
parent a7f5ee2f3e
commit 23866359c9
2 changed files with 3 additions and 3 deletions

View File

@ -329,7 +329,7 @@ abstract class Command{
/**
* @return array
*/
public static final function generateDefaultData() : array{
final public static function generateDefaultData() : array{
if(self::$defaultDataTemplate === null){
self::$defaultDataTemplate = json_decode(file_get_contents(Server::getInstance()->getFilePath() . "src/pocketmine/resources/command_default.json"), true);
}