Completed
Pull Request — master (#44)
by Denis
02:35
created
src/Stichoza/GoogleTranslate/TranslateClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -344,7 +344,7 @@
 block discarded – undo
344 344
 
345 345
             return $carry;
346 346
         } else {
347
-            if (is_string($responseArray)){
347
+            if (is_string($responseArray)) {
348 348
                 return $responseArray;
349 349
             }
350 350
             return array_reduce($responseArray[0], function($carry, $item) {
Please login to merge, or discard this patch.