Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 18, 2024
1 parent 0693dc5 commit bd68f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HasParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ protected static function parameterAliasMap(): array
}

/**
* @param Collection<array-key, string> $arguments
* @param Collection<array-key, string> $arguments
*/
private static function formatArguments(Collection $arguments): string
{
Expand Down Expand Up @@ -234,7 +234,7 @@ private static function validateParametersAreOptional(Collection $parameters): v
}

/**
* @param Collection<int, mixed> $arguments
* @param Collection<int, mixed> $arguments
*/
private static function validateArgumentListIsNotAnAssociativeArray(Collection $arguments): void
{
Expand Down

0 comments on commit bd68f28

Please sign in to comment.