Skip to content

Commit

Permalink
disable custom finder
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Aug 27, 2020
1 parent 1fbc76a commit ca82ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool-config/php_cs_fixer.dist
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ return PhpCsFixer\Config::create()
'simplified_null_return' => true
])
->setRiskyAllowed(true)
->setFinder(
/*->setFinder(
PhpCsFixer\Finder::create()
->in(__DIR__ . '/src')
->append([__FILE__])
->notPath('#/Fixtures/#')
->notPath('#/vendor/#')
)
)*/
;

0 comments on commit ca82ea9

Please sign in to comment.