Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ruleset: various tweaks for PHP-Code-Style 2.0
* Scan all PHP files, not just the file in `src` for improved consistency across the code base, but exclude the `vendor` and the `build` (code coverage) directories. * Enable parallel scanning for faster results. * Use the ruleset from PHP-Code-Style by name. * Set the `testVersion` for use with PHPCompatibility. * Include minimal documentation in the ruleset.
- Loading branch information