Skip to content

Commit

Permalink
Updated the docblock on CodeIgniter::request to satisfy phpstan.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaswel committed Dec 12, 2020
1 parent b93faad commit 3e05689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/CodeIgniter.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class CodeIgniter
/**
* Current request.
*
* @var HTTP\Request|HTTP\IncomingRequest|CLIRequest
* @var HTTP\Request|HTTP\IncomingRequest|CLIRequest|RequestInterface
*/
protected $request;

Expand Down

0 comments on commit 3e05689

Please sign in to comment.