mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
fix codestyle
This commit is contained in:
parent
350dbb5b59
commit
adef27f862
37 changed files with 556 additions and 488 deletions
|
@ -17,7 +17,7 @@ namespace models;
|
|||
* Return a phone by his name and user.
|
||||
*
|
||||
* @param int $id_user : user id
|
||||
* @param string $name : phone name
|
||||
* @param string $name : phone name
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
|
|
|
@ -44,7 +44,6 @@ namespace models;
|
|||
return $this->_run_query($query, $params);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Count number of unread received sms for user.
|
||||
*
|
||||
|
|
|
@ -74,7 +74,7 @@ namespace models;
|
|||
/**
|
||||
* Return sended for an uid and an adapter.
|
||||
*
|
||||
* @param int $id_user : Id of the user
|
||||
* @param int $id_user : Id of the user
|
||||
* @param string $uid : Uid of the sended
|
||||
* @param string $adapter : Adapter used to send the message
|
||||
*
|
||||
|
|
|
@ -16,7 +16,6 @@ namespace models;
|
|||
const TYPE_SEND = 'send_sms';
|
||||
const TYPE_RECEIVE = 'receive_sms';
|
||||
|
||||
|
||||
/**
|
||||
* Find all webhooks for a user and for a type of webhook.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue