We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eafbf7 commit 0d47aeaCopy full SHA for 0d47aea
system/HTTP/Request.php
@@ -12,9 +12,10 @@
12
namespace CodeIgniter\HTTP;
13
14
use CodeIgniter\Validation\FormatRules;
15
+use Config\App;
16
17
/**
- * Representation of an HTTP request.
18
+ * Representation of an incoming, server-side HTTP request.
19
*/
20
class Request extends OutgoingRequest implements RequestInterface
21
{
@@ -32,7 +33,7 @@ class Request extends OutgoingRequest implements RequestInterface
32
33
34
* Constructor.
35
*
- * @param object $config
36
+ * @param App $config
37
38
* @deprecated The $config is no longer needed and will be removed in a future version
39
0 commit comments