Thanks to visit codestin.com Credit goes to github.com
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 e91083b commit 93e2236Copy full SHA for 93e2236
src/Symfony/Component/VarDumper/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 = null;
+ public mixed $value = null;
39
public int $cut = 0;
40
public int $handle = 0;
41
public int $refCount = 0;
0 commit comments