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 154b9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/RuleSet/Sets/Relax.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function mainRules(): array
Fixer\PhpdocTypesTrimFixer::name() => true,

/*
* Laravel rules modification
* Laravel rules adjustment
*/
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
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 154b9ba

Please sign in to comment.