Skip to content

Commit 08d19fc

Browse files
authoredMar 27, 2025
Update .php-cs-fixer.php
1 parent 14067ad commit 08d19fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.php-cs-fixer.php

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
'void_return' => false,
175175
'whitespace_after_comma_in_array' => true,
176176
'yield_from_array_to_yields' => true,
177+
'unnecessary_brace_in_string_interpolation' => true,
177178
])
178179
->setFinder(PhpCsFixer\Finder::create()
179180
->in(__DIR__ . '/upload/')

0 commit comments

Comments
 (0)