mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Fix typo in toHaveProperties() PHPDoc block
This commit is contained in:
@ -314,7 +314,7 @@ final class Expectation
|
||||
/**
|
||||
* Asserts that the value contains the provided properties $names.
|
||||
*
|
||||
* @param iterable<array-key, string> $names
|
||||
* @param iterable<array-key, mixed> $names
|
||||
* @return self<TValue>
|
||||
*/
|
||||
public function toHaveProperties(iterable $names, string $message = ''): self
|
||||
|
||||
Reference in New Issue
Block a user