Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-04-25 11:18:25 +02:00
parent 68d438b697
commit 6fe84a7962

View File

@ -150,7 +150,7 @@ function showOnlinePaymentUrl($type, $ref)
* @param string $localorexternal 0=Url for browser, 1=Url for external access
* @return string Url string
*/
function getOnlinePaymentUrl($mode, $type, $ref = '', $amount = '9.99', $freetag = 'your_free_tag', $localorexternal=0)
function getOnlinePaymentUrl($mode, $type, $ref = '', $amount = '9.99', $freetag = 'your_free_tag', $localorexternal = 0)
{
global $conf, $dolibarr_main_url_root;