@@ -25,7 +25,7 @@ |
||
| 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()); |