Passed
Branch master (1c67ec)
by Tarmo
02:30
created
src/Rest/Describer/ApiDocDescriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.