pamil/coding-standard

Carefully chosen fixers and sniffs.

v1.0 2017-09-22 20:21 UTC

This package is auto-updated.

Last update: 2024-03-29 01:00:18 UTC


README

Carefully chosen fixers and sniffs.

Installation & usage

  1. Install this package:

    $ composer require pamil/coding-standard
  2. 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.)