Skip to content

Commit

Permalink
docs: add @todo
Browse files Browse the repository at this point in the history
See #5344
  • Loading branch information
kenjis committed Nov 18, 2021
1 parent d4db7b2 commit 4315467
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/HTTP/IncomingRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ class IncomingRequest extends Request
* AFTER the script name. So, if hosted in a sub-folder this will
* appear different than actual URL. If you need that use getPath().
*
* @TODO should be protected. Use getUri() instead.
*
* @var URI
*/
public $uri;
Expand Down

0 comments on commit 4315467

Please sign in to comment.