From b6329b196442a722d04ebf33472f8a79994c361b Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Tue, 26 Jan 2016 20:38:13 +0200 Subject: [PATCH] Blueprint refactor: Code style --- system/src/Grav/Common/Data/Blueprint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Common/Data/Blueprint.php b/system/src/Grav/Common/Data/Blueprint.php index 03ed41f50..fd206ac44 100644 --- a/system/src/Grav/Common/Data/Blueprint.php +++ b/system/src/Grav/Common/Data/Blueprint.php @@ -299,7 +299,7 @@ class Blueprint extends BaseBlueprints implements ExportInterface if ($this->context) { $values = (array) $params; if (!isset($field['fields'])) { - $field['fields'] = array(); + $field['fields'] = []; } foreach ($values as $bname) { $b = $this->context->get($bname);