Passed
Pull Request — master (#64)
by Alex
03:39
created
src/Helpers/ModelHelpersVocabularyAnnotation.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
                             $qualifier == $annotation->getQualifier()
65 65
                         )
66 66
                     ) {
67
-                       yield $annotation;
67
+                        yield $annotation;
68 68
                     }
69 69
                 }
70 70
             }
Please login to merge, or discard this patch.