phpstan-src icon indicating copy to clipboard operation
phpstan-src copied to clipboard

Introduce ForbiddenInterfacesInClassImplementsRule

Open paulbalandan opened this issue 1 year ago • 3 comments

paulbalandan avatar Dec 08 '23 15:12 paulbalandan

This pull request has been marked as ready for review.

phpstan-bot avatar Dec 13 '23 09:12 phpstan-bot

I really don't know what to do with the pmmp errors, so initial review is appreciated.

paulbalandan avatar Dec 13 '23 09:12 paulbalandan

What about checking just the literal extends and implements in the class AST instead of reflection which can pull in weird stuff from vendor and PHP extensions which we can't fix?

ondrejmirtes avatar Jan 05 '24 10:01 ondrejmirtes