Removed unnecessary imports

This commit is contained in:
Vyacheslav Pavlov
2016-07-21 17:53:21 +03:00
parent 47e4d7c9a1
commit 190918b8c1
19 changed files with 0 additions and 30 deletions
-2
View File
@@ -11,8 +11,6 @@
namespace Mage\Yaml\Exception;
use Mage\Yaml\Exception\RuntimeException;
/**
* Exception class thrown when an error occurs during dumping.
*
-2
View File
@@ -11,8 +11,6 @@
namespace Mage\Yaml\Exception;
use Mage\Yaml\Exception\RuntimeException;
if (!defined('JSON_UNESCAPED_UNICODE')) {
define('JSON_UNESCAPED_SLASHES', 64);
define('JSON_UNESCAPED_UNICODE', 256);
-2
View File
@@ -11,8 +11,6 @@
namespace Mage\Yaml\Exception;
use Mage\Yaml\Exception\ExceptionInterface;
/**
* Exception class thrown when an error occurs during parsing.
*