Skip to content

Commit 13fe8e7

Browse files
Fix cs
1 parent 6580c4a commit 13fe8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
],
4949
'array_indentation' => true,
5050
'compact_nullable_typehint' => true,
51+
'declare_strict_types' => true,
5152
'doctrine_annotation_array_assignment' => [
5253
'operator' => '=',
5354
],
@@ -123,4 +124,3 @@
123124
new SymfonyServiceClassConstantFixer(),
124125
])
125126
->setFinder($finder);
126-

0 commit comments

Comments
 (0)