Skip to content

Commit a884251

Browse files
committed
fix: @return in filter.tpl.php
1 parent 3266127 commit a884251

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/Commands/Generators/Views/filter.tpl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class {class} implements FilterInterface
2121
* @param RequestInterface $request
2222
* @param array|null $arguments
2323
*
24-
* @return mixed
24+
* @return RequestInterface|ResponseInterface|string|void
2525
*/
2626
public function before(RequestInterface $request, $arguments = null)
2727
{
@@ -38,7 +38,7 @@ public function before(RequestInterface $request, $arguments = null)
3838
* @param ResponseInterface $response
3939
* @param array|null $arguments
4040
*
41-
* @return mixed
41+
* @return ResponseInterface|void
4242
*/
4343
public function after(RequestInterface $request, ResponseInterface $response, $arguments = null)
4444
{

0 commit comments

Comments
 (0)