scheb / idea-inspections-core
This package is abandoned and no longer maintained.
No replacement package was suggested.
Core classes to process IDEA inspection files
2.0.0
2019-02-10 13:07 UTC
Requires
- php: ^7.1.3
- ext-simplexml: *
- symfony/console: ^2.7|^3.0|^4.0
Requires (Dev)
- phpunit/phpunit: ^7.4
This package is auto-updated.
Last update: 2020-12-30 10:36:43 UTC
README
Core classes to process IDEA inspection files.
Contribute
You're welcome to contribute to this library by creating a pull requests or feature request in the issues section. For pull requests, please follow these guidelines:
- Symfony code style
- PHP7.1 type hints for everything (including: return types,
void
, nullable types) - Please add/update test cases
- Test methods should be named
[method]_[scenario]_[expected result]
To run the test suite install the dependencies with composer install
and then execute bin/phpunit
.
License
This library is available under the MIT license.