Skip to content

Commit

Permalink
chore: Define array's element type for parameter $values
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Jul 25, 2023
1 parent c1a2926 commit 0b002bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PhpPact/Consumer/Matcher/Matcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ public function atMostLike(mixed $value, int $max): array
}

/**
* @param array $values example of what the expected data would be
* @param int $min minimum number of objects to verify against
* @param int $min maximum number of objects to verify against
* @param array<mixed> $values example of what the expected data would be
* @param int $min minimum number of objects to verify against
* @param int $min maximum number of objects to verify against
*
* @return array<string, mixed>
*/
Expand Down

0 comments on commit 0b002bf

Please sign in to comment.