Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jul 30, 2024
1 parent f518712 commit c10c5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RuleSet/Sets/RelaxPlus.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public function mainRules(): array
return [
'explicit_string_variable' => true,
'no_superfluous_elseif' => true,
'php_unit_method_casing' => true,
'general_phpdoc_annotation_remove' => [
'annotations' => [
// https://github.com/doctrine/coding-standard/blob/3e88327/lib/Doctrine/ruleset.xml#L227
Expand All @@ -36,7 +37,6 @@ public function mainRules(): array
'expectedException', 'expectedExceptionCode', 'expectedExceptionMessage', 'expectedExceptionMessageRegExp',
],
],
'php_unit_method_casing' => true,

Fixer\NoDoctrineMigrationsGeneratedCommentFixer::name() => true,
Fixer\NoPhpStormGeneratedCommentFixer::name() => true,
Expand Down

0 comments on commit c10c5ae

Please sign in to comment.