Skip to content

Commit 95464c5

Browse files
committed
Merge branch '1.2.x' into 2.0.x
2 parents 879890e + d7efa63 commit 95464c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Type/WebMozartAssert/data/comparison.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function notEmpty(string $a, $b, $c): void
6464
assertType('non-falsy-string', $a);
6565

6666
Assert::notEmpty($b);
67-
assertType("mixed~0|0.0|''|'0'|array{}|false|null", $b);
67+
assertType("mixed~(0|0.0|''|'0'|array{}|false|null)", $b);
6868

6969
Assert::notEmpty($c);
7070
assertType('non-falsy-string', $c);

0 commit comments

Comments
 (0)