@@ -172,7 +172,7 @@ |
||
172 | 172 | * @param array $annotations |
173 | 173 | * @param bool $disabled |
174 | 174 | */ |
175 | - private function isRestApiDocDisabled(Route $route, array $annotations, bool &$disabled) |
|
175 | + private function isRestApiDocDisabled(Route $route, array $annotations, bool&$disabled) |
|
176 | 176 | { |
177 | 177 | foreach ($annotations as $annotation) { |
178 | 178 | if ($annotation instanceof RestApiDoc && $annotation->disabled) { |