We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2809ffb commit a805d5dCopy full SHA for a805d5d
.php_cs.dist
@@ -206,6 +206,7 @@ return PhpCsFixer\Config::create()
206
'single_line_after_imports' => true,
207
'single_quote' => true,
208
'standardize_not_equals' => true,
209
+ 'strict_param' => true,
210
'ternary_to_null_coalescing' => true,
211
'trailing_comma_in_multiline_array' => true,
212
'trim_array_spaces' => true,
0 commit comments