Update toHaveProperties() $names param

This commit is contained in:
Borys Żmuda
2023-11-24 09:16:13 +01:00
committed by GitHub
parent 2cbecd10e6
commit 8be46b57a0

View File

@ -314,7 +314,7 @@ final class Expectation
/** /**
* Asserts that the value contains the provided properties $names. * Asserts that the value contains the provided properties $names.
* *
* @param iterable<array-key, mixed> $names * @param iterable<string, mixed>|iterable<int, string> $names
* @return self<TValue> * @return self<TValue>
*/ */
public function toHaveProperties(iterable $names, string $message = ''): self public function toHaveProperties(iterable $names, string $message = ''): self