@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Noodlehaus\FileParser; |
4 | 4 | |
5 | 5 | use Exception; |
6 | -use Symfony\Component\Yaml\Yaml as YamlParser; |
|
7 | 6 | use Noodlehaus\Exception\ParseException; |
7 | +use Symfony\Component\Yaml\Yaml as YamlParser; |
|
8 | 8 | |
9 | 9 | /** |
10 | 10 | * YAML file parser |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Noodlehaus; |
4 | 4 | |
5 | +use InvalidArgumentException; |
|
6 | +use Noodlehaus\Exception\EmptyDirectoryException; |
|
5 | 7 | use Noodlehaus\Exception\FileNotFoundException; |
6 | 8 | use Noodlehaus\Exception\UnsupportedFormatException; |
7 | -use Noodlehaus\Exception\EmptyDirectoryException; |
|
8 | -use InvalidArgumentException; |
|
9 | 9 | use Noodlehaus\FileParser\FileParserInterface; |
10 | 10 | use Noodlehaus\StringParser\StringParserInterface; |
11 | 11 |
@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Noodlehaus\StringParser; |
4 | 4 | |
5 | 5 | use Exception; |
6 | -use Symfony\Component\Yaml\Yaml as YamlParser; |
|
7 | 6 | use Noodlehaus\Exception\ParseException; |
7 | +use Symfony\Component\Yaml\Yaml as YamlParser; |
|
8 | 8 | |
9 | 9 | /** |
10 | 10 | * YAML string parser |