diff --git a/src/Rules/MissingTypehintCheck.php b/src/Rules/MissingTypehintCheck.php index e92904cd09..4563400daa 100644 --- a/src/Rules/MissingTypehintCheck.php +++ b/src/Rules/MissingTypehintCheck.php @@ -43,7 +43,7 @@ final class MissingTypehintCheck Traversable::class, Iterator::class, IteratorAggregate::class, - Generator::class, + //Generator::class, ]; /**