@@ -183,7 +183,6 @@ |
||
| 183 | 183 | /** |
| 184 | 184 | * Merges various configuration contents into one array |
| 185 | 185 | * |
| 186 | - * @param mixed $contents,... Optional number of arrays to merge |
|
| 187 | 186 | * |
| 188 | 187 | * @return array The merged contents |
| 189 | 188 | */ |
@@ -446,7 +446,7 @@ discard block |
||
| 446 | 446 | /** |
| 447 | 447 | * Returns the Vars replacement variables |
| 448 | 448 | * |
| 449 | - * @return array The Vars replacement variables |
|
| 449 | + * @return string The Vars replacement variables |
|
| 450 | 450 | */ |
| 451 | 451 | public function getVariables() |
| 452 | 452 | { |
@@ -456,7 +456,7 @@ discard block |
||
| 456 | 456 | /** |
| 457 | 457 | * Returns the CacheProvider if set, if not return false |
| 458 | 458 | * |
| 459 | - * @return \M1\Vars\Cache\CacheProvider|false The CacheProvider or false |
|
| 459 | + * @return CacheProvider The CacheProvider or false |
|
| 460 | 460 | */ |
| 461 | 461 | public function getCache() |
| 462 | 462 | { |
@@ -58,7 +58,7 @@ discard block |
||
| 58 | 58 | /** |
| 59 | 59 | * Returns the supported files in the directory recursively |
| 60 | 60 | * |
| 61 | - * @return array The supported files in the directories |
|
| 61 | + * @return \RegexIterator The supported files in the directories |
|
| 62 | 62 | */ |
| 63 | 63 | private function getSupportedFilesRecursively() |
| 64 | 64 | { |
@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | /** |
| 77 | 77 | * Returns the supported files in the directory |
| 78 | 78 | * |
| 79 | - * @return array The supported files in the directory |
|
| 79 | + * @return \RegexIterator The supported files in the directory |
|
| 80 | 80 | */ |
| 81 | 81 | private function getSupportedFiles() |
| 82 | 82 | { |
@@ -247,7 +247,7 @@ discard block |
||
| 247 | 247 | * |
| 248 | 248 | * @param array|string $import The import to create a resource from |
| 249 | 249 | * |
| 250 | - * @return array|\M1\Vars\Resource\ResourceProvider The resource of the import |
|
| 250 | + * @return ResourceProvider The resource of the import |
|
| 251 | 251 | */ |
| 252 | 252 | private function createResource($import) |
| 253 | 253 | { |
@@ -338,7 +338,7 @@ discard block |
||
| 338 | 338 | /** |
| 339 | 339 | * Returns the filename of the resource |
| 340 | 340 | * |
| 341 | - * @return mixed The filename |
|
| 341 | + * @return string The filename |
|
| 342 | 342 | */ |
| 343 | 343 | public function getFilename() |
| 344 | 344 | { |