@@ -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) |
@@ -180,7 +180,7 @@ |
||
| 180 | 180 | * Un-sets dot-notated key from an array |
| 181 | 181 | * |
| 182 | 182 | * @param array $array The search array |
| 183 | - * @param mixed $key The dot-notated key or array of keys |
|
| 183 | + * @param string $key The dot-notated key or array of keys |
|
| 184 | 184 | * @return mixed |
| 185 | 185 | * @since 0.1.0 |
| 186 | 186 | */ |
@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | * Get the content of given file and returns the results. |
| 47 | 47 | * |
| 48 | 48 | * @param string $file The path to the file |
| 49 | - * @return mixed The results of the include |
|
| 49 | + * @return string The results of the include |
|
| 50 | 50 | * @codeCoverageIgnore |
| 51 | 51 | * @since 0.2.4 |
| 52 | 52 | */ |
@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | * will return the result of the closure, if not, it will simply return the |
| 74 | 74 | * value. |
| 75 | 75 | * |
| 76 | - * @param mixed $var The value to get |
|
| 76 | + * @param string|null $var The value to get |
|
| 77 | 77 | * @return mixed |
| 78 | 78 | * @since 0.1.0 |
| 79 | 79 | * @codeCoverageIgnore |
@@ -214,7 +214,7 @@ discard block |
||
| 214 | 214 | } |
| 215 | 215 | |
| 216 | 216 | /** |
| 217 | - * @param $callback |
|
| 217 | + * @param string $callback |
|
| 218 | 218 | * @param array $args |
| 219 | 219 | * @return void |
| 220 | 220 | * @since 0.2.4 |
@@ -167,6 +167,7 @@ |
||
| 167 | 167 | /** |
| 168 | 168 | * {@inheritDoc} |
| 169 | 169 | * @codeCoverageIgnore |
| 170 | + * @param string $field |
|
| 170 | 171 | */ |
| 171 | 172 | private function deleteFields($field, $analysis) |
| 172 | 173 | { |