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

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

This package is auto-updated.

Last update: 2025-09-29 02:06:28 UTC


README

Coding Standard

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.)