Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This coding standard is used in Brick libraries, but can also be used in your ow
It is based on [PSR-12](https://www.php-fig.org/psr/psr-12/) and uses
[Easy Coding Standard](https://github.com/easy-coding-standard/easy-coding-standard) with
rules cherry-picked from [PHP-CS-Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer),
[PHP_CodeSniffer](http://github.com/squizlabs/PHP_CodeSniffer), and the
[PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer), and the
[Slevomat coding standard](https://github.com/slevomat/coding-standard).

## Release process
Expand Down
Loading