Completed
Push — master ( 76163c...0c83ff )
by Nashwan
03:43
created
src/AbstractKonfig.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,9 +10,9 @@
 block discarded – undo
10 10
  */
11 11
 namespace Exen\Konfig;
12 12
 
13
-use Iterator;
14 13
 use ArrayAccess;
15 14
 use Exen\Konfig\Utils;
15
+use Iterator;
16 16
 
17 17
 abstract class AbstractKonfig implements ArrayAccess, Iterator, KonfigInterface
18 18
 {
Please login to merge, or discard this patch.