Skip to content

Commit

Permalink
[PATCH] Updated CS config
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jul 26, 2019
1 parent c27e18d commit 95b9ff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ $config = PhpCsFixer\Config::create()
],
'php_unit_internal_class' => false,
'php_unit_test_class_requires_covers' => false,
'no_superfluous_phpdoc_tags' => true,
'static_lambda' => true,
])
->setFinder($finder)
;
Expand Down

0 comments on commit 95b9ff6

Please sign in to comment.