Skip to content

Commit

Permalink
docs: add @internal
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 10, 2023
1 parent d5d34ec commit 0522efa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/HTTP/URIFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public function createCurrentURI(): URI
* @param string $protocol URIProtocol
*
* @return string The route path
*
* @internal Used for testing purposes only.
*/
public function detectRoutePath(string $protocol = ''): string
{
Expand Down

0 comments on commit 0522efa

Please sign in to comment.