Skip to content

Commit 04e4f8d

Browse files
committed
Fix coding style
1 parent da4a025 commit 04e4f8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/URITrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
*/
1818
trait URITrait
1919
{
20-
private static Uri $uri;
21-
2220
/***********************************************************************************
2321
* NOTE: Custom assertions may be added below this line. *
2422
* They SHOULD be marked as `protected` to ensure the call is forced *
@@ -27,6 +25,8 @@ trait URITrait
2725
* not handle any custom exception passed to it. *
2826
***********************************************************************************/
2927

28+
private static Uri $uri;
29+
3030

3131
/**
3232
*/

0 commit comments

Comments
 (0)