mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-05 17:08:56 +02:00
Text files should end with a newline character.
This commit is contained in:
@@ -22,4 +22,4 @@ use Mage\Yaml\Exception\RuntimeException;
|
||||
*/
|
||||
class DumpException extends RuntimeException
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,4 +20,4 @@ namespace Mage\Yaml\Exception;
|
||||
*/
|
||||
interface ExceptionInterface
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
@@ -147,4 +147,4 @@ class ParseException extends RuntimeException
|
||||
$this->message .= '.';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,4 +22,4 @@ use Mage\Yaml\Exception\ExceptionInterface;
|
||||
*/
|
||||
class RuntimeException extends \RuntimeException implements ExceptionInterface
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user