Completed
Push — master ( d9c97e...125bc9 )
by Xeriab
03:23
created
src/Konfig.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
 
13 13
 namespace Exen\Konfig;
14 14
 
15
-use Exen\Konfig\Exception\Exception;
16 15
 use Exen\Konfig\Exception\EmptyDirectoryException;
16
+use Exen\Konfig\Exception\Exception;
17 17
 use Exen\Konfig\Exception\FileNotFoundException;
18 18
 use Exen\Konfig\Exception\UnsupportedFileFormatException;
19 19
 
Please login to merge, or discard this patch.
src/FileParser/Properties.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 
13 13
 namespace Exen\Konfig\FileParser;
14 14
 
15
-use Exen\Konfig\Utils;
16 15
 use Exen\Konfig\Exception\Exception;
17 16
 use Exen\Konfig\Exception\ParseException;
17
+use Exen\Konfig\Utils;
18 18
 
19 19
 use Symfony\Component\Yaml\Yaml as YamlParser;
20 20
 
Please login to merge, or discard this patch.