Completed
Push — master ( d9d9da...ee7b7c )
by Xeriab
03:27 queued 18s
created
src/Konfig.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,11 +12,11 @@
 block discarded – undo
12 12
 
13 13
 namespace Exen\Konfig;
14 14
 
15
+use Exen\Konfig\Arr;
15 16
 use Exen\Konfig\Exception;
16 17
 use Exen\Konfig\Exception\EmptyDirectoryException;
17 18
 use Exen\Konfig\Exception\FileNotFoundException;
18 19
 use Exen\Konfig\Exception\UnsupportedFileFormatException;
19
-use Exen\Konfig\Arr;
20 20
 
21 21
 final class Konfig extends AbstractKonfig
22 22
 {
Please login to merge, or discard this patch.