Passed
Push — master ( 9815c8...791a47 )
by Dāvis
03:45
created
Guzzle/GuzzleHttp/MessageFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
     {
125 125
         $cache = [];
126 126
 
127
-        return preg_replace_callback('/{\s*([A-Za-z_\-\.0-9]+)\s*}/', function (array $matches) use ($request, $response, $error, &$cache) {
127
+        return preg_replace_callback('/{\s*([A-Za-z_\-\.0-9]+)\s*}/', function(array $matches) use ($request, $response, $error, &$cache) {
128 128
             if (isset($cache[$matches[1]])) {
129 129
                 return $cache[$matches[1]];
130 130
             }
Please login to merge, or discard this patch.