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.
2 parents c9402f2 + 3e99d2b commit 42d0917Copy full SHA for 42d0917
1 file changed
.php-cs-fixer.php
@@ -15,6 +15,7 @@
15
'array_syntax' => ['syntax' => 'short'],
16
'combine_consecutive_unsets' => true,
17
'concat_space' => [ 'spacing' => 'one'],
18
+ 'declare_strict_types' => true,
19
'explicit_string_variable' => false,
20
'fopen_flags' => ['b_mode' => true],
21
'heredoc_to_nowdoc' => true,
0 commit comments