Skip to content

Commit a805d5d

Browse files
localheinzsebastianbergmann
authored andcommitted
Enhancement: Enable strict_param fixer
1 parent 2809ffb commit a805d5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ return PhpCsFixer\Config::create()
206206
'single_line_after_imports' => true,
207207
'single_quote' => true,
208208
'standardize_not_equals' => true,
209+
'strict_param' => true,
209210
'ternary_to_null_coalescing' => true,
210211
'trailing_comma_in_multiline_array' => true,
211212
'trim_array_spaces' => true,

0 commit comments

Comments
 (0)