File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments