Skip to content

Commit

Permalink
DevKit updates (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Aug 20, 2022
1 parent 728cc5b commit 8791d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Expand Up @@ -47,7 +47,7 @@
'ordered_imports' => ['sort_algorithm' => 'alpha', 'imports_order' => ['class', 'function', 'const']],
'php_unit_strict' => true,
'php_unit_test_case_static_method_calls' => true,
'phpdoc_to_comment' => ['ignored_tags' => ['psalm-suppress']],
'phpdoc_to_comment' => ['ignored_tags' => ['psalm-suppress', 'phpstan-var']],
'single_line_throw' => false,
'static_lambda' => true,
'strict_comparison' => true,
Expand Down

0 comments on commit 8791d72

Please sign in to comment.