Skip to content

Commit

Permalink
Fix rule names
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jun 24, 2022
1 parent 8dccf42 commit bcecddc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Fixer/Phpdoc/PhpdocLaravelAlignmentFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class PhpdocLaravelAlignmentFixer implements FixerInterface
*/
public function getName(): string
{
return 'Laravel/laravel_phpdoc_alignment';
return 'phpdoc_laravel_alignment';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Fixer/Phpdoc/PhpdocLaravelOrderFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class PhpdocLaravelOrderFixer extends AbstractFixer
*/
public function getName(): string
{
return 'Laravel/laravel_phpdoc_order';
return 'phpdoc_laravel_order';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Fixer/Phpdoc/PhpdocLaravelSeparationFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class PhpdocLaravelSeparationFixer extends AbstractFixer
*/
public function getName(): string
{
return 'Laravel/laravel_phpdoc_separation';
return 'phpdoc_laravel_separation';
}

/**
Expand Down

0 comments on commit bcecddc

Please sign in to comment.