Passed
Push — master ( c88722...fc87d6 )
by Alexander
01:38
created
src/response/Text.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
         ;
40 40
     }
41 41
 
42
-    protected static function implode_recur($glue, $arr){
42
+    protected static function implode_recur($glue, $arr) {
43 43
         $output = '';
44 44
         foreach ($arr as $v) {
45 45
             if (is_array($v)) {
Please login to merge, or discard this patch.