Passed
Push — master ( 9f60bd...86aed3 )
by Petr
11:13
created
php-tests/BasicTests/FixTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -110,9 +110,9 @@
 block discarded – undo
110 110
     public function providerRequestUrlSelf(): array
111 111
     {
112 112
         return [
113
-            [['REQUEST_URI' => '//something',], '//something'],
114
-            [['PHP_SELF' => '//something',], '//something'],
115
-            [['PHP_SELF' => 'different', 'REQUEST_URI' => '//something',], 'different'],
113
+            [['REQUEST_URI' => '//something', ], '//something'],
114
+            [['PHP_SELF' => '//something', ], '//something'],
115
+            [['PHP_SELF' => 'different', 'REQUEST_URI' => '//something', ], 'different'],
116 116
         ];
117 117
     }
118 118
 
Please login to merge, or discard this patch.