mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 09:17:23 +01:00
release: v1.21.0
This commit is contained in:
@ -160,7 +160,7 @@ final class TestCall
|
||||
|
||||
$condition = is_callable($condition)
|
||||
? $condition
|
||||
: function () use ($condition) { /* @phpstan-ignore-line */
|
||||
: function () use ($condition) {
|
||||
return $condition;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user