Skip to content

Commit 811c193

Browse files
Avoid cs conflict (#3078)
1 parent 976b587 commit 811c193

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/project/.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)