We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0a522 commit ef66745Copy full SHA for ef66745
.php_cs
@@ -1,8 +1,7 @@
1
<?php
2
3
$finder = PhpCsFixer\Finder::create()
4
- ->in(__DIR__ . '/app')
5
- ->in(__DIR__ . '/database/migrations')
+ ->in(__DIR__ . '/src')
6
;
7
8
return PhpCsFixer\Config::create()
0 commit comments