diff --git a/src/Mixins/Expectation.php b/src/Mixins/Expectation.php index 9b1e07a8..6a906c81 100644 --- a/src/Mixins/Expectation.php +++ b/src/Mixins/Expectation.php @@ -314,7 +314,7 @@ final class Expectation /** * Asserts that the value contains the provided properties $names. * - * @param iterable $names + * @param iterable|iterable $names * @return self */ public function toHaveProperties(iterable $names, string $message = ''): self