diff --git a/system/Commands/Generators/Views/filter.tpl.php b/system/Commands/Generators/Views/filter.tpl.php index c080e920a021..767ac0bd9208 100644 --- a/system/Commands/Generators/Views/filter.tpl.php +++ b/system/Commands/Generators/Views/filter.tpl.php @@ -21,7 +21,7 @@ class {class} implements FilterInterface * @param RequestInterface $request * @param array|null $arguments * - * @return mixed + * @return RequestInterface|ResponseInterface|string|void */ public function before(RequestInterface $request, $arguments = null) { @@ -38,7 +38,7 @@ public function before(RequestInterface $request, $arguments = null) * @param ResponseInterface $response * @param array|null $arguments * - * @return mixed + * @return ResponseInterface|void */ public function after(RequestInterface $request, ResponseInterface $response, $arguments = null) {