Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
Co-authored-by: Dariusz Rumiński <dariusz.ruminski@gmail.com>
  • Loading branch information
mvorisek and keradus committed Jan 19, 2024
1 parent 1b9fbb4 commit 5fc0d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RuleSet/Sets/PhpCsFixerRiskySet.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function getRules(): array
'no_unset_on_property' => true,
'php_unit_data_provider_name' => true,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => true,
'php_unit_data_provider_static' => ['force' => true],
'php_unit_strict' => true,
'php_unit_test_case_static_method_calls' => ['call_type' => 'self'],
'static_lambda' => true,
Expand Down

0 comments on commit 5fc0d83

Please sign in to comment.