fyre/php-cs-fixer-config

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

v1.0.7 2024-06-27 11:55 UTC

This package is auto-updated.

Last update: 2024-09-27 12:27:18 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;