Skip to content

Commit

Permalink
Merge 95b9ff6 into c27e18d
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jul 26, 2019
2 parents c27e18d + 95b9ff6 commit 408d58d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .php_cs.dist
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 408d58d

Please sign in to comment.