2
0
forked from Wavyzz/dolibarr

Qual: Fix a ton of CheckStyle errors

This commit is contained in:
Laurent Destailleur
2012-03-18 19:23:01 +01:00
parent d6a60c085a
commit ed41e03589
46 changed files with 3254 additions and 3017 deletions

View File

@@ -1463,8 +1463,8 @@ function isValidEmail($address)
/**
* Return true if phone number syntax is ok
*
* @param string $address phone (Ex: "0601010101")
* @return boolean true if phone syntax is OK, false if KO or empty string
* @param string $phone phone (Ex: "0601010101")
* @return boolean true if phone syntax is OK, false if KO or empty string
*/
function isValidPhone($phone)
{