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

This package is auto-updated.

Last update: 2020-12-30 10:36:43 UTC


README

Core classes to process IDEA inspection files.

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version License

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.