Fixes types

This commit is contained in:
luke
2021-06-18 22:08:47 +01:00
parent 3a20696da4
commit 22a1aac84a
2 changed files with 6 additions and 2 deletions

View File

@ -138,9 +138,9 @@ final class Expectation
/**
* Allows you to specify a sequential set of expectations for each item in a iterable "value".
*
* @template TValue
* @template TSequenceValue
*
* @param callable(self, self): void|TValue ...$callbacks
* @param callable(self, self): void|TSequenceValue ...$callbacks
*/
public function sequence(...$callbacks): Expectation
{