Completed
Push — master ( bc0026...2be02c )
by DAOUDI
02:41
created
Controller/SfForwardController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,8 @@
 block discarded – undo
42 42
             /** @var Client $client */
43 43
             $client = $this->get($guzzleServiceName);
44 44
 
45
-            $contentType = RequestMethodMapping::$contentTypes[$method];
46
-            $methodName  = RequestMethodMapping::$methodsMapping[$method];
45
+            $contentType = RequestMethodMapping::$contentTypes[ $method ];
46
+            $methodName  = RequestMethodMapping::$methodsMapping[ $method ];
47 47
 
48 48
             /** @var ResponseInterface $guzzleResponse */
49 49
             $guzzleResponse = $client->{$method}(
Please login to merge, or discard this patch.