Skip to content

Commit

Permalink
docs: add @return
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 3, 2023
1 parent 9ac0fd3 commit f5e0e57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/Filters/PageCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public function __construct()
* Checks page cache and return if found.
*
* @param array|null $arguments
*
* @return ResponseInterface|void
*/
public function before(RequestInterface $request, $arguments = null)
{
Expand Down

0 comments on commit f5e0e57

Please sign in to comment.