Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

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 8c182a9 commit 84e6590
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 84e6590

Please sign in to comment.