fyre/php-cs-fixer-config

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

v1.0.9 2025-07-27 10:48 UTC

This package is auto-updated.

Last update: 2025-07-27 10:49:33 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;