release: v1.21.0

This commit is contained in:
Nuno Maduro
2021-11-17 10:54:00 +00:00
parent a110848f9b
commit 11eb1903c2
8 changed files with 301 additions and 9 deletions

View File

@ -160,7 +160,7 @@ final class TestCall
$condition = is_callable($condition)
? $condition
: function () use ($condition) { /* @phpstan-ignore-line */
: function () use ($condition) {
return $condition;
};