From 22192962a84e5ba0accfcd82912a0c4ca258087b Mon Sep 17 00:00:00 2001 From: Martin Keckeis Date: Thu, 29 Oct 2015 15:16:07 +0100 Subject: [PATCH] cs-fixer --- src/ZfcDatagrid/PrepareData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZfcDatagrid/PrepareData.php b/src/ZfcDatagrid/PrepareData.php index 6d7f9fa5..8d7abd67 100644 --- a/src/ZfcDatagrid/PrepareData.php +++ b/src/ZfcDatagrid/PrepareData.php @@ -204,7 +204,7 @@ public function prepare() if ($col->isTranslationEnabled() === true) { if (is_array($row[$col->getUniqueId()])) { foreach ($row[$col->getUniqueId()] as &$value) { - if(is_array($value)){ + if (is_array($value)) { continue; } $value = $this->getTranslator()->translate($value);