2
0
forked from Wavyzz/dolibarr

Qual: Removed checkstyle warnings

This commit is contained in:
Laurent Destailleur
2012-01-10 10:23:57 +01:00
parent 5fc760d318
commit f86ae93526
17 changed files with 170 additions and 149 deletions

View File

@@ -53,9 +53,9 @@ class mailing_example extends MailingTargets
/**
* This is the main function that returns the array of emails
*
* @param mailing_id Id of mailing. No need to use it.
* @param filterarray If you used the formFilter function. Empty otherwise.
* @return int <0 if error, number of emails added if ok
* @param int $mailing_id Id of mailing. No need to use it.
* @param array $filtersarray If you used the formFilter function. Empty otherwise.
* @return int <0 if error, number of emails added if ok
*/
function add_to_target($mailing_id,$filtersarray=array())
{
@@ -130,7 +130,8 @@ class mailing_example extends MailingTargets
* Can include an URL link on each record provided by selector
* shown on target page.
*
* @return string Url link
* @param int $id ID
* @return string Url link
*/
function url($id)
{