oscarotero/php-cs-fixer-config

My own custom php-cs-fixer config

Installs: 17 778

Dependents: 62

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 1

Open Issues: 0

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

v2.0.1 2025-03-15 15:39 UTC

This package is auto-updated.

Last update: 2025-09-15 16:35:44 UTC


README

My own custom PHP CS Fixer config

Usage

Create a .php_cs.dist file with the following code:

<?php

return My\PhpCsFixerConfig::create(
    __DIR__.'/src',
    __DIR__.'/tests',
    '!ignored',
);