Completed
Pull Request — master (#498)
by Antoine
03:07
created
src/Bridge/Symfony/Routing/ApiLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
             $controller = self::DEFAULT_ACTION_PATTERN.$actionName;
107 107
         }
108 108
 
109
-        if($operationName !== strtolower($operation['method'])) {
109
+        if ($operationName !== strtolower($operation['method'])) {
110 110
             $actionName = sprintf('%s_%s', $operationName, $collection ? 'collection' : 'item');
111 111
         }
112 112
 
Please login to merge, or discard this patch.