Download the PHP package shipmonk/phpstan-baseline-per-identifier without Composer
On this page you can find all versions of the php package shipmonk/phpstan-baseline-per-identifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shipmonk/phpstan-baseline-per-identifier
More information about shipmonk/phpstan-baseline-per-identifier
Files in shipmonk/phpstan-baseline-per-identifier
Download shipmonk/phpstan-baseline-per-identifier
More information about shipmonk/phpstan-baseline-per-identifier
Files in shipmonk/phpstan-baseline-per-identifier
Vendor shipmonk
Package phpstan-baseline-per-identifier
Short Description Split your PHPStan baseline into multiple files, one per error identifier. Supports both neon baseline and PHP baseline.
License MIT
Package phpstan-baseline-per-identifier
Short Description Split your PHPStan baseline into multiple files, one per error identifier. Supports both neon baseline and PHP baseline.
License MIT
Please rate this library. Is it a good library?
Informations about the package phpstan-baseline-per-identifier
PHPStan baseline per error identifier
Split your PHPStan baseline into multiple files, one per error identifier:
Each file looks like this:
Installation:
Usage
[!IMPORTANT] This usage is available since version 2.0. See legacy usage below if you are still using PHPStan 1.x
Remove old single baseline include:
Run native baseline generation and split it into multiple files via our script (other baseline files will be placed beside the loader):
Setup the baselines loader:
(optional) You can simplify generation with e.g. composer script:
Legacy usage
> _This usage is deprecated since 2.0, but it works in all versions. Downside is that it cannot utilize result cache_
Setup where your baseline files should be stored and include its loader:
Prepare composer script to simplify generation:
Cli options
--tabs
to use tabs as indents in generated neon files--no-error-count
to remove errors count in generated files
PHP Baseline
- If the loader file extension is php, the generated files will be php files as well
All versions of phpstan-baseline-per-identifier with dependencies
PHP Build Version
Package Version
The package shipmonk/phpstan-baseline-per-identifier contains the following files
Loading the files please wait ....