Skip to content

Commit

Permalink
docs: add @deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 16, 2023
1 parent 43cbef4 commit f08b98d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system/HTTP/SiteURI.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ private function setBaseSegments(): void
}
}

/**
* @deprecated
*/
public function setURI(?string $uri = null)
{
throw new BadMethodCallException('Cannot use this method.');
Expand Down

0 comments on commit f08b98d

Please sign in to comment.