diff --git a/src/POST/GoogleTranslate/CreateEntry.php b/src/POST/GoogleTranslate/CreateEntry.php index b4199c31..69a24475 100644 --- a/src/POST/GoogleTranslate/CreateEntry.php +++ b/src/POST/GoogleTranslate/CreateEntry.php @@ -166,7 +166,7 @@ protected function addToTranslationUnits($units, $googleTranslate) protected function getTranslationUnits(&$units, $googleTranslate) { foreach ($units as $i => & $unit) { - if(is_array($unit)) { + if (is_array($unit)) { $type = detectUnitTypeSpecifier($unit['type']); switch ($type) { case 'text':