pamil / coding-standard
Carefully chosen fixers and sniffs.
v1.0
2017-09-22 20:21 UTC
Requires
- php: ^7.1
- symplify/easy-coding-standard: ^2.4
This package is auto-updated.
Last update: 2024-10-29 02:22:36 UTC
README
Coding Standard
Carefully chosen fixers and sniffs.
Installation & usage
-
Install this package:
$ composer require pamil/coding-standard
-
Include a configuration file in your
easy-coding-standard.neon
:includes: - vendor/pamil/coding-standard/fixers/standard.neon # should not break anything - vendor/pamil/coding-standard/fixers/risky.neon # might break the app (force void return type, strict param etc.)