@@ -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 | { |
@@ -183,7 +183,7 @@ discard block |
||
| 183 | 183 | /** |
| 184 | 184 | * Processes the imports and gets individual imports and passes them off to import2Resources() |
| 185 | 185 | * |
| 186 | - * @param mixed $imports The imports to be processed |
|
| 186 | + * @param mixed $import The imports to be processed |
|
| 187 | 187 | * @param array $imported_resources The array of imported resourcesg |
| 188 | 188 | * |
| 189 | 189 | * @return array The parsed imported resources |
@@ -320,7 +320,7 @@ discard block |
||
| 320 | 320 | /** |
| 321 | 321 | * Returns the filename of the resource |
| 322 | 322 | * |
| 323 | - * @return mixed The filename |
|
| 323 | + * @return string The filename |
|
| 324 | 324 | */ |
| 325 | 325 | public function getFilename() |
| 326 | 326 | { |