Skip to content

Commit

Permalink
Added php_unit_data_provider_return_type rule with risky
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Aug 3, 2023
1 parent d8cb91e commit 1b9614d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/presets/risky.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
'scalar_types' => true,
],

'php_unit_data_provider_return_type' => true,

DeclareAfterOpeningTagFixer::name() => true,
NoUselessStrlenFixer::name() => true,
PhpUnitAssertArgumentsOrderFixer::name() => true,
Expand Down

0 comments on commit 1b9614d

Please sign in to comment.