mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 07:39:42 +00:00
fix more EOF newlines
This commit is contained in:
@@ -28,4 +28,4 @@ final class ConfigLoadException extends \RuntimeException{
|
||||
public static function wrap(string $fileName, \Exception $e) : self{
|
||||
return new self("Failed to parse config $fileName: " . $e->getMessage(), 0, $e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user