Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / var-dumper / Cloner / Cursor.php
index 162f3293cf226d45ab74484f2bd4ecf1985ba812..888f4f2be33b96e8b0b9ac2e87035a53611b8e05 100644 (file)
@@ -38,4 +38,6 @@ class Cursor
     public $hashLength = 0;
     public $hashCut = 0;
     public $stop = false;
+    public $attr = array();
+    public $skipChildren = false;
 }