Completed
Pull Request — master (#498)
by Antoine
03:18
created
src/Bridge/Symfony/Routing/ApiLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
 
110 110
         $path = $operation['path'] ?? null;
111 111
 
112
-        if(null === $path) {
112
+        if (null === $path) {
113 113
             $path = '/'.$normalizedShortName;
114 114
 
115 115
             if (!$collection) {
Please login to merge, or discard this patch.