We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4a025 commit 04e4f8dCopy full SHA for 04e4f8d
1 file changed
src/URITrait.php
@@ -17,8 +17,6 @@
17
*/
18
trait URITrait
19
{
20
- private static Uri $uri;
21
-
22
/***********************************************************************************
23
* NOTE: Custom assertions may be added below this line. *
24
* They SHOULD be marked as `protected` to ensure the call is forced *
@@ -27,6 +25,8 @@ trait URITrait
27
25
* not handle any custom exception passed to it. *
28
26
***********************************************************************************/
29
+ private static Uri $uri;
+
30
31
/**
32
0 commit comments