.php_cs 104 B

123456
  1. <?php
  2. $config = new Symfony\CS\Config\Config();
  3. $config->getFinder()->exclude('bin');
  4. return $config;