fyre/php-cs-fixer-config

PHP-CS-Fixer shareable config for the Fyre style.

v1.0.8 2025-07-03 09:13 UTC

This package is auto-updated.

Last update: 2025-07-03 09:14:51 UTC


README

PHP-CS-Fixer shareable config for the Fyre style.

Table Of Contents

Installation

Using Composer

composer require --dev fyre/php-cs-fixer-config

Usage

use Fyre\PhpCsFixer\Config;

$config = new Config();

$config->getFinder()->in(__DIR__);

return $config;