1
0
Fork 0

Add upcoming fixes, refs #10871

pull/10893/head
Jordi Boggiano 2022-06-22 14:01:08 +02:00
parent b627816781
commit ef276d26d6
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ return $config->setRules([
// TODO later once 2.2 is more stable // TODO later once 2.2 is more stable
// 'array_syntax' => true, // 'array_syntax' => true,
// 'list_syntax' => true, // 'list_syntax' => true,
// 'regular_callable_call' => true,
// 'static_lambda' => true,
// 'nullable_type_declaration_for_default_null_value' => true,
// 'explicit_indirect_variable' => true,
'visibility_required' => ['elements' => ['property', 'method', 'const']], 'visibility_required' => ['elements' => ['property', 'method', 'const']],
'non_printable_character' => true, 'non_printable_character' => true,
'combine_nested_dirname' => true, 'combine_nested_dirname' => true,