We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4db7b2 commit 4315467Copy full SHA for 4315467
1 file changed
system/HTTP/IncomingRequest.php
@@ -64,6 +64,8 @@ class IncomingRequest extends Request
64
* AFTER the script name. So, if hosted in a sub-folder this will
65
* appear different than actual URL. If you need that use getPath().
66
*
67
+ * @TODO should be protected. Use getUri() instead.
68
+ *
69
* @var URI
70
*/
71
public $uri;
0 commit comments