Missing use statement should be avoided #inslight

This commit is contained in:
Andrés Montañez
2014-06-13 16:25:24 -03:00
parent 1b2188f0b1
commit 49a7e0857a
9 changed files with 19 additions and 4 deletions
+2
View File
@@ -11,6 +11,8 @@
namespace Mage\Yaml;
use Mage\Yaml\Escaper;
use Mage\Yaml\Unescaper;
use Mage\Yaml\Exception\ParseException;
use Mage\Yaml\Exception\DumpException;