Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 569 Bytes

Readme.md

File metadata and controls

17 lines (11 loc) · 569 Bytes

Latest Stable Version Total Downloads

t3n Coding Standard

The t3n Coding Standard is a set of PHPCS rules based on the PSR-2 standard.

To install this standard you can easily require it via composer:

composer require t3n/coding-standard

To check your php files you can now use the t3n standard:

phpcs --standard=t3n