formapro / JsFormValidatorBundle

The Javascript validation for Symfony 2, 3 and 4 forms
MIT License
128 stars 56 forks source link

fixed order of arguments in implode function #158

Closed grossmannmartin closed 4 years ago

grossmannmartin commented 4 years ago

This PR uses the preferred order of arguments in the implode function.

implode() can, for historical reasons, accept its parameters in either order, however, it is deprecated not to use the documented order of arguments and raises the deprecation notice in PHP 7.4. (see https://www.php.net/manual/en/function.implode.php).