We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 879890e + d7efa63 commit 95464c5Copy full SHA for 95464c5
tests/Type/WebMozartAssert/data/comparison.php
@@ -64,7 +64,7 @@ public function notEmpty(string $a, $b, $c): void
64
assertType('non-falsy-string', $a);
65
66
Assert::notEmpty($b);
67
- assertType("mixed~0|0.0|''|'0'|array{}|false|null", $b);
+ assertType("mixed~(0|0.0|''|'0'|array{}|false|null)", $b);
68
69
Assert::notEmpty($c);
70
assertType('non-falsy-string', $c);
0 commit comments