Skip to content

Commit dc31289

Browse files
committed
DevKit updates
1 parent 37a3c04 commit dc31289

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
'@Symfony:risky' => true,
3737
'combine_consecutive_issets' => true,
3838
'combine_consecutive_unsets' => true,
39+
'declare_strict_types' => true,
3940
'global_namespace_import' => ['import_classes' => false, 'import_constants' => false, 'import_functions' => false],
4041
'header_comment' => ['header' => $header],
4142
'list_syntax' => ['syntax' => 'short'],

0 commit comments

Comments
 (0)