Fix typo in toHaveProperties() PHPDoc block

This commit is contained in:
Borys Żmuda
2023-10-23 11:23:53 +02:00
committed by GitHub
parent 2cdd5e3ba0
commit 2cbecd10e6

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, string> $names * @param iterable<array-key, mixed> $names
* @return self<TValue> * @return self<TValue>
*/ */
public function toHaveProperties(iterable $names, string $message = ''): self public function toHaveProperties(iterable $names, string $message = ''): self