Skip to content

Commit b83dd10

Browse files
gen_stub: use real mixed type
1 parent 2e20074 commit b83dd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gen_stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2250,7 +2250,7 @@ public function __clone()
22502250

22512251
class EvaluatedValue
22522252
{
2253-
public /* readonly */ /* mixed */ $value;
2253+
public /* readonly */ mixed $value;
22542254
public SimpleType $type;
22552255
public Expr $expr;
22562256
public bool $isUnknownConstValue;

0 commit comments

Comments
 (0)