<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 3504a76485fb83fd4a3599cda5c3dcfcad4cf65f Mon Sep 17 00:00:00 2001
From: Michele Locati &lt;michele@locati.it&gt;
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-&gt;setIteratorClass($v);
                     break;
                 case 'protectedProperties':
-                    continue;
+                    break;
                 default:
                     $this-&gt;__set($k, $v);
             }
</pre></body></html>