We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745ae5a commit ebcdd50Copy full SHA for ebcdd50
src/Rules/MissingTypehintCheck.php
@@ -43,7 +43,7 @@ final class MissingTypehintCheck
43
Traversable::class,
44
Iterator::class,
45
IteratorAggregate::class,
46
- Generator::class,
+ //Generator::class,
47
];
48
49
/**
0 commit comments