Completed
Push — master ( 0527a9...d61480 )
by DAOUDI
02:43
created
Controller/SfForwardController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
             /** @var ResponseInterface $guzzleResponse */
46 46
             $guzzleResponse = $client->{$method}(
47 47
                 $params->getRouteId(),
48
-                [ RequestMethodMapping::$contentTypes[$method] => $request->{RequestMethodMapping::$methodsMapping[$method]}->all() ]
48
+                [ RequestMethodMapping::$contentTypes[ $method ] => $request->{RequestMethodMapping::$methodsMapping[ $method ]}->all() ]
49 49
             );
50 50
 
51 51
             $response = new Response($guzzleResponse->getBody());
Please login to merge, or discard this patch.