pamil / coding-standard
Carefully chosen fixers and sniffs.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/pamil/coding-standard
Requires
- php: ^7.1
- symplify/easy-coding-standard: ^2.4
This package is auto-updated.
Last update: 2025-09-29 02:06:28 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.)