diff --git a/src/PhpPact/Consumer/Matcher/Matcher.php b/src/PhpPact/Consumer/Matcher/Matcher.php index 91fdfc1a..4b0ed3fb 100644 --- a/src/PhpPact/Consumer/Matcher/Matcher.php +++ b/src/PhpPact/Consumer/Matcher/Matcher.php @@ -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 $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 */