Passed
Pull Request — master (#16)
by
unknown
01:54
created
src/DeepL.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -402,7 +402,7 @@
 block discarded – undo
402 402
         $first = true;
403 403
 
404 404
         if (!is_array($text)) {
405
-            $text = (array)$text;
405
+            $text = (array) $text;
406 406
         }
407 407
 
408 408
         foreach ($text as $textElement) {
Please login to merge, or discard this patch.