Fix build failures
This commit is contained in:
parent
10f0f7fd11
commit
61a439a7bb
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ use PhpCsFixer\Config;
|
|||
use Symfony\Component\Finder\Finder;
|
||||
|
||||
$finder = new Finder();
|
||||
$finder->files()->in('src')->in('src');
|
||||
$finder->files()->in('app/src')->in('app/tests');
|
||||
|
||||
return Config::create()
|
||||
->setRules([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue