Skip to content

Commit 0d47aea

Browse files
committed
docs: fix PHPDocs
1 parent 7eafbf7 commit 0d47aea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

system/HTTP/Request.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
namespace CodeIgniter\HTTP;
1313

1414
use CodeIgniter\Validation\FormatRules;
15+
use Config\App;
1516

1617
/**
17-
* Representation of an HTTP request.
18+
* Representation of an incoming, server-side HTTP request.
1819
*/
1920
class Request extends OutgoingRequest implements RequestInterface
2021
{
@@ -32,7 +33,7 @@ class Request extends OutgoingRequest implements RequestInterface
3233
/**
3334
* Constructor.
3435
*
35-
* @param object $config
36+
* @param App $config
3637
*
3738
* @deprecated The $config is no longer needed and will be removed in a future version
3839
*/

0 commit comments

Comments
 (0)