fyre/php-cs-fixer-config

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

Installs: 150

Dependents: 61

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/fyre/php-cs-fixer-config

v1.0.10 2025-10-22 11:43 UTC

This package is auto-updated.

Last update: 2025-10-22 11:44: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;