Skip to content

Commit

Permalink
Dusting
Browse files Browse the repository at this point in the history
  • Loading branch information
driftingly committed Jun 20, 2024
1 parent 5c6d535 commit a6afa79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Fixer/ClassNotation/CustomControllerOrderFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function isControllerClass(Tokens $tokens, int $index): bool
}

/**
* @param array<string, mixed> $configuration
* @param array<string, mixed> $configuration
*/
protected function configurePreNormalisation(array &$configuration): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public function getPriority(): int
}

/**
* @param array<string, mixed> $configuration
* @param array<string, mixed> $configuration
*/
protected function configurePreNormalisation(array &$configuration): void
{
Expand Down
2 changes: 1 addition & 1 deletion app/Fixer/ClassNotation/CustomPhpUnitOrderFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function getPriority(): int
}

/**
* @param array<string, mixed> $configuration
* @param array<string, mixed> $configuration
*/
protected function configurePreNormalisation(array &$configuration): void
{
Expand Down

0 comments on commit a6afa79

Please sign in to comment.