Skip to content

Commit

Permalink
Merge branch '1.2.x' into 2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 22, 2024
2 parents 879890e + d7efa63 commit 95464c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Type/WebMozartAssert/data/comparison.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function notEmpty(string $a, $b, $c): void
assertType('non-falsy-string', $a);

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

Assert::notEmpty($c);
assertType('non-falsy-string', $c);
Expand Down

0 comments on commit 95464c5

Please sign in to comment.