We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b48919 commit a80d7f6Copy full SHA for a80d7f6
.php_cs
@@ -19,4 +19,4 @@ return PhpCsFixer\Config::create()
19
'phpdoc_order' => true,
20
'short_array_syntax' => true,
21
])
22
- ->finder($finder);
+ ->setFinder($finder);
0 commit comments