Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

[DEPRECATED] Core classes to process IDEA inspection files

License

Notifications You must be signed in to change notification settings

scheb/idea-inspections-core

Repository files navigation

scheb/idea-inspections-core

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.