Completed
Push — master ( ad6397...d7b0a5 )
by DAOUDI
02:54 queued 22s
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.