You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1614,6 +1616,20 @@ public function getTestData(): iterable
1614
1616
FROM QueryResult\Entities\One o
1615
1617
',
1616
1618
];
1619
+
1620
+
yield'unary minus' => [
1621
+
$this->constantArray([
1622
+
[newConstantStringType('minusInt'), $this->numericStringOrInt()], // should be nullable
1623
+
[newConstantStringType('minusFloat'), TypeCombinator::union(newFloatType(), $this->numericStringOrInt())], // should be nullable && should not include int
0 commit comments