@@ -22,9 +22,7 @@ |
||
| 22 | 22 | private $page; |
| 23 | 23 | |
| 24 | 24 | /** |
| 25 | - * @param array $params |
|
| 26 | - * @param \TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController $pObj |
|
| 27 | - * @return void |
|
| 25 | + * @return ResponseInterface |
|
| 28 | 26 | */ |
| 29 | 27 | public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
| 30 | 28 | { |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | * @param string $key The setting key. E.g. "logger.severity" |
| 28 | 28 | * @param string $validateType The data type to be validated against (E.g. "string"). Empty string to skip validation. |
| 29 | 29 | * @param boolean $hasSubkeys Tells whether the requested key is assumed to has subkeys. |
| 30 | - * @return mixed |
|
| 30 | + * @return string |
|
| 31 | 31 | * @throws \Aoe\Asdis\System\Configuration\Exception\InvalidTypoScriptSetting |
| 32 | 32 | * @throws \Aoe\Asdis\System\Configuration\Exception\TypoScriptSettingNotExists |
| 33 | 33 | */ |