mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-08 14:28:57 +02:00
Removed unnecessary imports
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
|
||||
namespace Mage\Yaml;
|
||||
|
||||
use Mage\Yaml\Inline;
|
||||
|
||||
/**
|
||||
* Dumper dumps PHP variables to YAML strings.
|
||||
*
|
||||
|
||||
@@ -11,8 +11,6 @@
|
||||
|
||||
namespace Mage\Yaml\Exception;
|
||||
|
||||
use Mage\Yaml\Exception\RuntimeException;
|
||||
|
||||
/**
|
||||
* Exception class thrown when an error occurs during dumping.
|
||||
*
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -11,8 +11,6 @@
|
||||
|
||||
namespace Mage\Yaml\Exception;
|
||||
|
||||
use Mage\Yaml\Exception\ExceptionInterface;
|
||||
|
||||
/**
|
||||
* Exception class thrown when an error occurs during parsing.
|
||||
*
|
||||
|
||||
@@ -11,8 +11,6 @@
|
||||
|
||||
namespace Mage\Yaml;
|
||||
|
||||
use Mage\Yaml\Escaper;
|
||||
use Mage\Yaml\Unescaper;
|
||||
use Mage\Yaml\Exception\ParseException;
|
||||
use Mage\Yaml\Exception\DumpException;
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
|
||||
namespace Mage\Yaml;
|
||||
|
||||
use Mage\Yaml\Inline;
|
||||
use Mage\Yaml\Exception\ParseException;
|
||||
|
||||
/**
|
||||
|
||||
@@ -11,8 +11,6 @@
|
||||
|
||||
namespace Mage\Yaml;
|
||||
|
||||
use Mage\Yaml\Parser;
|
||||
use Mage\Yaml\Dumper;
|
||||
use Mage\Yaml\Exception\ParseException;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user