@@ -137,7 +137,7 @@ |
||
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) |
@@ -10,7 +10,6 @@ |
||
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; |