Mercurial > hg > cmmr2012-drupal-site
diff vendor/symfony/var-dumper/Cloner/Data.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
line wrap: on
line diff
--- a/vendor/symfony/var-dumper/Cloner/Data.php Thu Feb 28 13:11:55 2019 +0000 +++ b/vendor/symfony/var-dumper/Cloner/Data.php Thu May 09 15:34:47 2019 +0100 @@ -259,7 +259,7 @@ $children = $this->data[$item->position]; foreach ($keys as $key) { - if (isset($children[$key]) || array_key_exists($key, $children)) { + if (isset($children[$key]) || \array_key_exists($key, $children)) { $data = clone $this; $data->key = $key; $data->position = $item->position;