style validation fix

This commit is contained in:
osaajani 2021-06-17 00:51:33 +02:00
parent f1d47a25ed
commit 017c7fee53
42 changed files with 526 additions and 497 deletions

View file

@ -178,13 +178,13 @@ namespace models;
return $this->_run_query($query, $params);
}
/**
* Return sendeds for an origin and a user since a date.
*
* @param int $id_user : User id
* @param int $id_user : User id
* @param string $since : Date we want messages since
* @param string $origin : Number who sent the message
* @param string $origin : Number who sent the message
*
* @return array
*/