Skip to content

Commit 4f29383

Browse files
committed
use @var IncomingRequest|CLIRequest
1 parent 7116e41 commit 4f29383

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Controllers/BaseController.php

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

0 commit comments

Comments
 (0)