Skip to content

Commit 7d68739

Browse files
committed
Deprecated UriAccess interface
1 parent e3a7b84 commit 7d68739

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Contracts/UriAccess.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515

1616
use Psr\Http\Message\UriInterface as Psr7UriInterface;
1717

18+
/**
19+
* @deprecated since version 7.6.0
20+
*/
1821
interface UriAccess
1922
{
20-
/**
21-
* @deprecated since version 7.6.0
22-
*/
2323
public function getUri(): UriInterface|Psr7UriInterface;
2424

2525
/**
26-
* @deprecated since version 7.6.0
2726
* Returns the RFC3986 string representation of the complete URI.
2827
*/
2928
public function getUriString(): string;

0 commit comments

Comments
 (0)