nocompromises/php-cs-fixer-config

The standard PHP CS Fixer config for No Compromises projects

1.1.0 2025-06-05 20:39 UTC

This package is auto-updated.

Last update: 2025-06-05 20:44:06 UTC


README

The standard PHP CS Fixer config for No Compromises projects

Usage

Install this package as a dev dependency: composer require --dev nocompromises/php-cs-fixer-config

Create a .php-cs-fixer.php in the root of your project with the following contents:

<?php

declare(strict_types=1);

return NoCompromises\PhpCsFixer\Config\Factory::create(__DIR__);