Skip to content

Commit 7ec14e3

Browse files
authored
gen_stub: Fix compatibility with php 7.4 (in PHP-8.5+) (#21075)
1 parent b2bb31c commit 7ec14e3

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
@@ -2235,7 +2235,7 @@ public function __clone()
22352235

22362236
class EvaluatedValue
22372237
{
2238-
public /* readonly */ mixed $value;
2238+
public /* readonly */ /* mixed */ $value;
22392239
public SimpleType $type;
22402240
public Expr $expr;
22412241
public bool $isUnknownConstValue;

0 commit comments

Comments
 (0)