scheb / idea-inspections-core
Core classes to process IDEA inspection files
Installs: 86
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/scheb/idea-inspections-core
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.