Skip to content

Commit 7116e41

Browse files
authored
ignore next line
1 parent 2525924 commit 7116e41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Controllers/BaseController.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ class BaseController extends Controller
2525
/**
2626
* Instance of the main Request object.
2727
*
28-
* @var IncomingRequest&CLIRequest
28+
* @phpstan-ignore-next-line
29+
* @var IncomingRequest&CLIRequest
2930
*/
3031
protected $request;
3132

0 commit comments

Comments
 (0)