Download the PHP package temirkhan/phpstan-internal-rules without Composer
On this page you can find all versions of the php package temirkhan/phpstan-internal-rules. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download temirkhan/phpstan-internal-rules
More information about temirkhan/phpstan-internal-rules
Files in temirkhan/phpstan-internal-rules
Download temirkhan/phpstan-internal-rules
More information about temirkhan/phpstan-internal-rules
Files in temirkhan/phpstan-internal-rules
Vendor temirkhan
Package phpstan-internal-rules
Short Description PHPStan rules to prevent prohibited usage of classes marked as @internal
License Apache-2.0
Homepage https://github.com/TemirkhanN/phpstan-internal-rules
Package phpstan-internal-rules
Short Description PHPStan rules to prevent prohibited usage of classes marked as @internal
License Apache-2.0
Homepage https://github.com/TemirkhanN/phpstan-internal-rules
Please rate this library. Is it a good library?
Informations about the package phpstan-internal-rules
phpstan-internal-rules
PHPStan rules to handle @internal tag, preventing prohibited usage of such classes
- [x] Internal class instantiation
- [x] 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)
- [x] Internal trait usage
Usage
This is likely pretty much outdated since it was just a proof of concept.
You can give it a try by installing it via composer
then add extension to your phpstan.neon.dist
All versions of phpstan-internal-rules with dependencies
PHP Build Version
Package Version
No informations.
The package temirkhan/phpstan-internal-rules contains the following files
Loading the files please wait ....