diff --git a/src/ArrayObject.php b/src/ArrayObject.php index 926ff6ea9..8c77c6209 100644 --- a/src/ArrayObject.php +++ b/src/ArrayObject.php @@ -425,7 +425,7 @@ public function unserialize($data) $this->setIteratorClass($v); break; case 'protectedProperties': - continue; + break; default: $this->__set($k, $v); }