Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sumup#40: Separator has to be first
In php 8 the separator needs to be the first argument to implode() - in php 7 and earlier, it could be both first and last.
- Loading branch information