Passed
Pull Request — master (#66)
by Alex
02:45
created
src/Helpers/ModelHelpersVocabularyAnnotation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         string $type = null
38 38
     ): iterable {
39 39
         assert(
40
-            null === $term || $term instanceof ITerm || is_string($term),  /** @phpstan-ignore-line */
40
+            null === $term || $term instanceof ITerm || is_string($term), /** @phpstan-ignore-line */
41 41
             '$term should be a string or instanceof iTerm'
42 42
         );
43 43
         if (null === $term) {
Please login to merge, or discard this patch.