Download the PHP package swissspidy/phpstan-no-private without Composer
On this page you can find all versions of the php package swissspidy/phpstan-no-private. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download swissspidy/phpstan-no-private
More information about swissspidy/phpstan-no-private
Files in swissspidy/phpstan-no-private
Download swissspidy/phpstan-no-private
More information about swissspidy/phpstan-no-private
Files in swissspidy/phpstan-no-private
Vendor swissspidy
Package phpstan-no-private
Short Description PHPStan rules for detecting usage of pseudo-private functions, classes, and methods.
License MIT
Package phpstan-no-private
Short Description PHPStan rules for detecting usage of pseudo-private functions, classes, and methods.
License MIT
Please rate this library. Is it a good library?
Informations about the package phpstan-no-private
Rules for detecting usage of pseudo-private functions, classes, and methods.
This extension emits deprecation warnings on code which uses properties/functions/methods/classes which are annotated as @access private
.
Installation
To use this extension, require it in Composer:
If you also install phpstan/extension-installer then you're all set!
Manual installation
If you don't want to use `phpstan/extension-installer`, include rules.neon in your project's PHPStan config:Credits
This project is a fork of the excellent phpstan/phpstan-deprecation-rules, which provides rules that detect usage of deprecated classes, methods, properties, constants and traits.
All versions of phpstan-no-private with dependencies
PHP Build Version
Package Version
The package swissspidy/phpstan-no-private contains the following files
Loading the files please wait ....