Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / var-dumper / Caster / CutArrayStub.php
index f2a803053a6c06f299892894c10247d620bbde8e..0e4fb363d2d41a45267d011d6c92b5da3dbb10be 100644 (file)
@@ -25,6 +25,6 @@ class CutArrayStub extends CutStub
         parent::__construct($value);
 
         $this->preservedSubset = array_intersect_key($value, array_flip($preservedKeys));
-        $this->cut -= count($this->preservedSubset);
+        $this->cut -= \count($this->preservedSubset);
     }
 }