kr0lik/php-cs-fixer

There is no license information available for the latest version (2.0.0) of this package.

Code style fixer

2.0.0 2023-06-01 18:15 UTC

This package is auto-updated.

Last update: 2024-04-30 00:30:53 UTC


README

A tool to automatically fix PHP Coding Standards

Installation

The preferred way to install this extension is through composer.

Either run

composer require --dev --prefer-dist kr0lik/php-cs-fixer "*"

or add

"kr0lik/php-cs-fixer": "*"

to the require section of your composer.json file.

Copy rules:

cp ./vendor/kr0lik/php-cs-fixer/.php_cs.dist ./

More info: https://github.com/FriendsOfPHP/PHP-CS-Fixer