Download the PHP package korbeil/phpstan-generic-rules without Composer
On this page you can find all versions of the php package korbeil/phpstan-generic-rules. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download korbeil/phpstan-generic-rules
More information about korbeil/phpstan-generic-rules
Files in korbeil/phpstan-generic-rules
Download korbeil/phpstan-generic-rules
More information about korbeil/phpstan-generic-rules
Files in korbeil/phpstan-generic-rules
Vendor korbeil
Package phpstan-generic-rules
Short Description Generic rules extensions for PHPStan
License MIT
Package phpstan-generic-rules
Short Description Generic rules extensions for PHPStan
License MIT
Please rate this library. Is it a good library?
Informations about the package phpstan-generic-rules
phpstan-generic-rules
Rules list
Debug rules
- You should not have
var_dump
,exit
ordie
function calls - If you have
symfony/var-dumper
, you should not havedump
ordie
function calls
MbString rules
- You should use multibyte string function when it exists
Installation
We assume that PHPStan is already installed in your project.
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 phpstan-strict-rules.neon in your project's PHPStan config:Advanced usage
You can configure this library with parameters:
All versions of phpstan-generic-rules with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
nikic/php-parser Version ^4.0||^5.0
phpstan/phpstan Version ^0.11 || ^0.12 || ^1.0
nikic/php-parser Version ^4.0||^5.0
phpstan/phpstan Version ^0.11 || ^0.12 || ^1.0
The package korbeil/phpstan-generic-rules contains the following files
Loading the files please wait ....