Skip to content

Commit 5091090

Browse files
committed
laravel 9
1 parent 10e151f commit 5091090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$finder = PhpCsFixer\Finder::create()
44
->in(['config', 'src', 'tests']);
55

6-
return PhpCsFixer\Config::create()
6+
return (new PhpCsFixer\Config())
77
->setUsingCache(false)
88
->setFinder($finder)
99
->setRules([
@@ -41,7 +41,7 @@
4141
'full_opening_tag' => true,
4242
'blank_line_before_statement' => true,
4343
'no_trailing_comma_in_singleline_array' => true,
44-
'trailing_comma_in_multiline_array' => true,
44+
'trailing_comma_in_multiline' => true,
4545
'array_indentation' => true,
4646
'binary_operator_spaces' => [
4747
'operators' => [

0 commit comments

Comments
 (0)