update patch 1
This commit is contained in:
+1
-1
@@ -190,7 +190,7 @@ class Caster
|
||||
$p->isPublic() => $p->name,
|
||||
$p->isProtected() => self::PREFIX_PROTECTED.$p->name,
|
||||
default => "\0".$className."\0".$p->name,
|
||||
}] = new UninitializedStub($p);
|
||||
}] = \PHP_VERSION_ID >= 80400 && $p->isVirtual() ? new VirtualStub($p) : new UninitializedStub($p);
|
||||
}
|
||||
|
||||
return $classProperties;
|
||||
|
||||
Reference in New Issue
Block a user