Skip to content

Commit 149d34d

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: gen_stub: Fix compatibility with php 7.4 (in PHP-8.5+) (#21075)
2 parents 5cd759a + 7ec14e3 commit 149d34d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)