diff --git a/src/Mixins/Expectation.php b/src/Mixins/Expectation.php index a6910b64..358892c7 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 $names * @return self */ public function toHaveProperties(iterable $names, string $message = ''): self