oscarotero/php-cs-fixer-config

My own custom php-cs-fixer config

Maintainers

Package info

github.com/oscarotero/php-cs-fixer-config

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

Statistics

Installs: 19 016

Dependents: 62

Suggesters: 0

Stars: 2

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-15 17:40:28 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',
);