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