Completed
Push — master ( d7f0f7...553103 )
by Jesse
01:54
created
src/Imploding.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      * @return string
26 26
      * @throws ConversionFailed
27 27
      */
28
-    public function implode($glue = ', '): string
28
+    public function implode($glue=', '): string
29 29
     {
30 30
         try {
31 31
             return implode($glue, $this->items());
Please login to merge, or discard this patch.