Passed
Push — master ( 199378...81a08f )
by Petr
11:44
created
php-src/Target/Remote/Internals/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
             $http_response_header = [
45 45
                 'HTTP/0.0 999',
46 46
                 'local-file',
47
-                'path:'.$data->path
47
+                'path:' . $data->path
48 48
             ];
49 49
         }
50 50
         // @codeCoverageIgnoreEnd
Please login to merge, or discard this patch.