@@ -109,7 +109,7 @@ |
||
| 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) { |