Text files should end with a newline character.

This commit is contained in:
Andrés Montañez
2014-10-11 15:07:36 -02:00
parent aaf92d5001
commit 9653552be7
41 changed files with 41 additions and 47 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ use Mage\Yaml\Exception\RuntimeException;
*/
class DumpException extends RuntimeException
{
}
}
+1 -1
View File
@@ -20,4 +20,4 @@ namespace Mage\Yaml\Exception;
*/
interface ExceptionInterface
{
}
}
+1 -1
View File
@@ -147,4 +147,4 @@ class ParseException extends RuntimeException
$this->message .= '.';
}
}
}
}
+1 -1
View File
@@ -22,4 +22,4 @@ use Mage\Yaml\Exception\ExceptionInterface;
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}
}