indieweb / mention-client-php

Client library for sending webmention and pingback notifications
https://indieweb.org/webmention
97 stars 19 forks source link

Fix implode()'s deprecated (in PHP 7.4) args order #37

Closed janboddez closed 3 years ago

janboddez commented 4 years ago

Swap implode() parameters. Backwards compatible with older PHP versions, as there the arguments could be presented in either order. (See #36.)