@@ -38,7 +38,6 @@ discard block |
||
| 38 | 38 | * Initializes the variables before starting the processing. |
| 39 | 39 | * |
| 40 | 40 | * @param array $parameters The parameters used in this hook |
| 41 | - * @param \SFC\NcStaticfilecache\StaticFileCache $parent The calling parent object |
|
| 42 | 41 | * |
| 43 | 42 | * @throws \Exception |
| 44 | 43 | * @return void |
@@ -55,7 +54,7 @@ discard block |
||
| 55 | 54 | * @param string $uri |
| 56 | 55 | * @param TypoScriptFrontendController $frontend |
| 57 | 56 | * |
| 58 | - * @return array |
|
| 57 | + * @return string[] |
|
| 59 | 58 | * |
| 60 | 59 | * @throws \Exception |
| 61 | 60 | * |