mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 18:27:23 +01:00
chore: fixes types
This commit is contained in:
@ -148,6 +148,7 @@ final class TestCall
|
|||||||
? $conditionOrMessage
|
? $conditionOrMessage
|
||||||
: $message;
|
: $message;
|
||||||
|
|
||||||
|
/** @var callable(): bool $condition */
|
||||||
$condition = $condition->bindTo(null);
|
$condition = $condition->bindTo(null);
|
||||||
|
|
||||||
$this->testCaseFactory
|
$this->testCaseFactory
|
||||||
|
|||||||
Reference in New Issue
Block a user