# Feature request We have ClassExtendsInternalClassRule, but there should be more rules that act like PHPStan's `@api` rules: https://github.com/phpstan/phpstan-src/tree/2.1.x/src/Rules/Api So if calling a method, accessing a constant, etc from something `@internal` there is an error. Not just when extending the class.