We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf99b5d commit cdfcb1eCopy full SHA for cdfcb1e
.php_cs
@@ -48,7 +48,7 @@ return PhpCsFixer\Config::create()
48
'php_unit_construct' => true,
49
'php_unit_dedicate_assert' => true,
50
'php_unit_fqcn_annotation' => true,
51
- 'php_unit_strict' => true,
+ 'php_unit_strict' => false,
52
'phpdoc_indent' => true,
53
'phpdoc_no_access' => true,
54
'phpdoc_no_alias_tag' => true,
0 commit comments