Skip to content

Commit

Permalink
[PATCH] Updated CS config (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Jul 26, 2019
2 parents d67f87c + b3febae commit 4a5e96a
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 4a5e96a

Please sign in to comment.