Completed
Push — master ( 5c0ad8...d30cdc )
by Filip
08:38 queued 07:33
created
src/Config.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Noodlehaus;
4 4
 
5
+use Noodlehaus\Exception\EmptyDirectoryException;
5 6
 use Noodlehaus\Exception\FileNotFoundException;
6 7
 use Noodlehaus\Exception\UnsupportedFormatException;
7
-use Noodlehaus\Exception\EmptyDirectoryException;
8
-use InvalidArgumentException;
9 8
 use Noodlehaus\Parser\ParserInterface;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.