Skip to content

Commit a80d7f6

Browse files
committed
Fix php-cs-fixer configuration
1 parent 0b48919 commit a80d7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ return PhpCsFixer\Config::create()
1919
'phpdoc_order' => true,
2020
'short_array_syntax' => true,
2121
])
22-
->finder($finder);
22+
->setFinder($finder);

0 commit comments

Comments
 (0)