prooph/php-cs-fixer-config
Shared PHP-CS-Fixer configuration from the prooph team. Provides a ready-to-use ruleset and presets to keep PHP code style consistent across projects, with an easy way to apply and maintain formatting standards in CI or local development.
prooph.php-cs-fixer-config) to a project’s PHP CS Fixer setup (via rules or config).array_syntax, class_attributes). Mitigation: Merge configs or override specific rules.psr12) may need resolution..php-cs-fixer.dist.php with prooph’s config.RuleSet or Config composition.use Prooph\PhpCsFixerConfig\Config;
$finder = PhpCsFixer\Finder::create()->in(__DIR__);
$config = new Config();
$rules = $config->getRules();
$configurator = new PhpCsFixer\Config();
$configurator->setRules($rules)->setFinder($finder);
php-cs-fixer fix --dry-run with current rules to identify conflicts.php-cs-fixer or robo.phar).prooph/event-store annotations).simple-php-unit).EventInterface implementations). Document exceptions in a STYLE_GUIDE.md..all-contributors-ready/ badge for style compliance..php-cs-fixer.dist.php in the repo.How can I help you explore Laravel packages today?