We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a627f4f commit 7d2f94dCopy full SHA for 7d2f94d
Cloner/Stub.php
@@ -35,7 +35,7 @@ class Stub
35
36
public int $type = self::TYPE_REF;
37
public string|int|null $class = '';
38
- public mixed $value;
+ public mixed $value = null;
39
public int $cut = 0;
40
public int $handle = 0;
41
public int $refCount = 0;
0 commit comments