Skip to content

Commit 3882fc0

Browse files
committed
feat: enable declare strict types in linter
1 parent 25c4be8 commit 3882fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
'spacing' => 'one',
6565
],
6666
'date_time_immutable' => true,
67-
'declare_strict_types' => false, // This will fail in many places so we will turn this on gradually
67+
'declare_strict_types' => true,
6868
'dir_constant' => true,
6969
'echo_tag_syntax' => true,
7070
'ereg_to_preg' => true,

0 commit comments

Comments
 (0)