From 3504a76485fb83fd4a3599cda5c3dcfcad4cf65f Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Wed, 10 Oct 2018 08:08:54 +0200 Subject: [PATCH] Make code php 7.3 lint-compatible --- src/ArrayObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ArrayObject.php b/src/ArrayObject.php index e890084d..1e93ba0f 100644 --- a/src/ArrayObject.php +++ b/src/ArrayObject.php @@ -423,7 +423,7 @@ public function unserialize($data) $this->setIteratorClass($v); break; case 'protectedProperties': - continue; + break; default: $this->__set($k, $v); }