[Web] Update libs

This commit is contained in:
andryyy
2021-05-23 13:20:53 +02:00
parent e6d5516c7f
commit 8779a1a873
48 changed files with 656 additions and 272 deletions

View File

@@ -166,7 +166,6 @@ class VarCloner extends AbstractCloner
break;
case \is_object($v):
case $v instanceof \__PHP_Incomplete_Class:
if (empty($objRefs[$h = spl_object_id($v)])) {
$stub = new Stub();
$stub->type = Stub::TYPE_OBJECT;