Fix phpcs

This commit is contained in:
Laurent Destailleur 2016-07-02 18:02:39 +02:00
parent fe86ef5774
commit 3d72f788b9

View File

@ -200,9 +200,10 @@ class mailing_advthirdparties extends MailingTargets
* For example if this selector is used to extract 500 different * For example if this selector is used to extract 500 different
* emails from a text file, this function must return 500. * emails from a text file, this function must return 500.
* *
* @return int Nb of recipients * @param string $sql Sql request to use
* @return int Nb of recipients
*/ */
function getNbOfRecipients($sql) function getNbOfRecipients($sql='')
{ {
global $conf; global $conf;