7 lines
104 B
PHP
7 lines
104 B
PHP
<?php
|
|
|
|
$config = new Symfony\CS\Config\Config();
|
|
$config->getFinder()->exclude('bin');
|
|
|
|
return $config;
|