my.php-cs-fixer.php 129 B

1234567
  1. <?php
  2. if (!class_exists(\Test4Config::class)) {
  3. class Test4Config extends PhpCsFixer\Config {}
  4. }
  5. return new Test4Config();