Skip to content

Commit e4a2523

Browse files
committed
docs: add @deprecated versions
1 parent 6c83470 commit e4a2523

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

system/HTTP/URI.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ class URI
3636
*
3737
* @var string
3838
*
39-
* @deprecated Not used.
39+
* @deprecated 4.4.0 Not used.
4040
*/
4141
protected $uriString;
4242

4343
/**
4444
* The Current baseURL.
4545
*
46-
* @deprecated Use SiteURI instead.
46+
* @deprecated 4.4.0 Use SiteURI instead.
4747
*/
4848
private ?string $baseURL = null;
4949

@@ -292,7 +292,7 @@ public function useRawQueryString(bool $raw = true)
292292
*
293293
* @throws HTTPException
294294
*
295-
* @deprecated This method will be private.
295+
* @deprecated 4.4.0 This method will be private.
296296
*/
297297
public function setURI(?string $uri = null)
298298
{
@@ -705,7 +705,7 @@ public function setAuthority(string $str)
705705
*
706706
* @return $this
707707
*
708-
* @deprecated Use `withScheme()` instead.
708+
* @deprecated 4.4.0 Use `withScheme()` instead.
709709
*/
710710
public function setScheme(string $str)
711711
{

0 commit comments

Comments
 (0)