We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c4be8 commit 3882fc0Copy full SHA for 3882fc0
.php-cs-fixer.dist.php
@@ -64,7 +64,7 @@
64
'spacing' => 'one',
65
],
66
'date_time_immutable' => true,
67
- 'declare_strict_types' => false, // This will fail in many places so we will turn this on gradually
+ 'declare_strict_types' => true,
68
'dir_constant' => true,
69
'echo_tag_syntax' => true,
70
'ereg_to_preg' => true,
0 commit comments