Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 618 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 618 Bytes

Czende Coding Standard

🥇 Coding standard configuration.

Installation & usage

  1. Install this package:

    $ composer require --dev czende/coding-standard
  2. Import a configuration file in easy-coding-standard.yml in the root of your project:

    imports:
        - { resource: vendor/czende/coding-standard/easy-coding-standard.yml }
  3. Run in CLI (remember to have proper composer bin directory config - "bin-dir": "bin")

# dry
php bin/ecs check src

# fix
php bin/ecs check src --fix