Skip to content

Commit cdfcb1e

Browse files
committed
CS
1 parent bf99b5d commit cdfcb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ return PhpCsFixer\Config::create()
4848
'php_unit_construct' => true,
4949
'php_unit_dedicate_assert' => true,
5050
'php_unit_fqcn_annotation' => true,
51-
'php_unit_strict' => true,
51+
'php_unit_strict' => false,
5252
'phpdoc_indent' => true,
5353
'phpdoc_no_access' => true,
5454
'phpdoc_no_alias_tag' => true,

0 commit comments

Comments
 (0)