temirkhan / phpstan-internal-rules
PHPStan rules to prevent prohibited usage of classes marked as @internal
dev-main
2021-10-05 07:46 UTC
Requires
- php: ~7.4.0
- phpstan/phpstan: ^0.12.99
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-11-05 15:21:43 UTC
README
PHPStan rules to handle @internal tag, preventing prohibited usage of such classes
- Internal class instantiation
- Internal class or interface used as property type
- Inheritance from an internal class or interface
- Internal class method call(static, call_user_func and direct call)
- Internal trait usage