Passed
Push — master ( 67783c...f2b326 )
by Aleksei
11:31
created
src/Router/tests/Fixtures/UserContext.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,9 @@
 block discarded – undo
6 6
 
7 7
 final class UserContext
8 8
 {
9
-    private function __construct() {}
9
+    private function __construct()
10
+    {
11
+}
10 12
 
11 13
     public static function create(): self
12 14
     {
Please login to merge, or discard this patch.
src/Router/tests/Fixtures/UserContextController.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,8 @@
 block discarded – undo
8 8
 {
9 9
     public function __construct(
10 10
         private readonly UserContext $scope,
11
-    ) {}
11
+    ) {
12
+}
12 13
 
13 14
     public function scope(): string
14 15
     {
Please login to merge, or discard this patch.