Skip to content

Commit 00d531c

Browse files
committed
PhpCsFixerReview - remove forced config file, tool is autofinding it
1 parent e79e488 commit 00d531c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tools/Magento/Tools/StaticReview/PhpCsFixerReview.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class PhpCsFixerReview extends AbstractReview
2525
/**
2626
* @param array $options
2727
*/
28-
public function __construct($options = ['config-file' => '.php_cs'])
28+
public function __construct($options = [])
2929
{
3030
$this->options = $options;
3131
}

0 commit comments

Comments
 (0)