Skip to content

Commit ef66745

Browse files
committed
Updating config
1 parent ce0a522 commit ef66745

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.php_cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?php
22

33
$finder = PhpCsFixer\Finder::create()
4-
->in(__DIR__ . '/app')
5-
->in(__DIR__ . '/database/migrations')
4+
->in(__DIR__ . '/src')
65
;
76

87
return PhpCsFixer\Config::create()

0 commit comments

Comments
 (0)