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 37a3c04 commit dc31289Copy full SHA for dc31289
1 file changed
.php-cs-fixer.dist.php
@@ -36,6 +36,7 @@
36
'@Symfony:risky' => true,
37
'combine_consecutive_issets' => true,
38
'combine_consecutive_unsets' => true,
39
+ 'declare_strict_types' => true,
40
'global_namespace_import' => ['import_classes' => false, 'import_constants' => false, 'import_functions' => false],
41
'header_comment' => ['header' => $header],
42
'list_syntax' => ['syntax' => 'short'],
0 commit comments