Completed
Push — master ( a3236c...9119a7 )
by Xeriab
13:18 queued 50s
created
src/Konfig.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
      * Gets a parser for a given file extension
138 138
      *
139 139
      * @param  string $ext
140
-     * @return Konfig\FileParser
140
+     * @return FileParser
141 141
      * @throws UnsupportedFileFormatException If `$path` is an unsupported file format
142 142
      */
143 143
     private function getParser($ext)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
  */
11 11
 namespace Exen\Konfig;
12 12
 
13
-use Exception;
14 13
 use Exen\Konfig\Exception\EmptyDirectoryException;
15 14
 use Exen\Konfig\Exception\FileNotFoundException;
16 15
 use Exen\Konfig\Exception\UnsupportedFileFormatException;
Please login to merge, or discard this patch.