Merge pull request #990 from rudashi/patch-1

[2.x] Fix typo in `toHaveProperties` PHPDoc block
This commit is contained in:
Nuno Maduro
2024-01-13 01:44:16 +00:00
committed by GitHub

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<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