https://github.com/scheb/idea-inspections-core
[DEPRECATED] Core classes to process IDEA inspection files
https://github.com/scheb/idea-inspections-core
inspections intellij jetbrains phpstorm
Last synced: 21 days ago
JSON representation
[DEPRECATED] Core classes to process IDEA inspection files
- Host: GitHub
- URL: https://github.com/scheb/idea-inspections-core
- Owner: scheb
- License: mit
- Archived: true
- Created: 2019-02-03T16:04:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T13:09:52.000Z (over 6 years ago)
- Last Synced: 2025-08-15T23:50:54.452Z (2 months ago)
- Topics: inspections, intellij, jetbrains, phpstorm
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
scheb/idea-inspections-core
===========================Core classes to process IDEA inspection files.
[](https://travis-ci.org/scheb/idea-inspections-core)
[](https://scrutinizer-ci.com/g/scheb/idea-inspections-core/?branch=master)
[](https://scrutinizer-ci.com/g/scheb/idea-inspections-core/?branch=master)
[](https://packagist.org/packages/scheb/idea-inspections-core)
[](https://packagist.org/packages/scheb/idea-inspections-core)Contribute
----------
You're welcome to [contribute](https://github.com/scheb/idea-inspections-core/graphs/contributors) 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](LICENSE).