Download the PHP package shipmonk/phpstan-ignore-inliner without Composer
On this page you can find all versions of the php package shipmonk/phpstan-ignore-inliner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shipmonk/phpstan-ignore-inliner
More information about shipmonk/phpstan-ignore-inliner
Files in shipmonk/phpstan-ignore-inliner
Download shipmonk/phpstan-ignore-inliner
More information about shipmonk/phpstan-ignore-inliner
Files in shipmonk/phpstan-ignore-inliner
Vendor shipmonk
Package phpstan-ignore-inliner
Short Description Inline your PHPStan error ignores into the source files via @phpstan-ignore comments.
License MIT
Package phpstan-ignore-inliner
Short Description Inline your PHPStan error ignores into the source files via @phpstan-ignore comments.
License MIT
Please rate this library. Is it a good library?
Informations about the package phpstan-ignore-inliner
PHPStan error ignore inliner
Allows you to easily inline ignore your PHPStan errors via @phpstan-ignore
comment.
So instead of:
You will have the ignored error directly in the source code src/App/User.php
:
Installation:
Usage
Cli options
--comment
: Adds a comment to all inlined ignores, resulting in// @phpstan-ignore empty.notAllowed (the comment)
Contributing
- Check your code by
composer check
- Autofix coding-style by
composer fix:cs
- All functionality must be tested
All versions of phpstan-ignore-inliner with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
The package shipmonk/phpstan-ignore-inliner contains the following files
Loading the files please wait ....