mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 14:46:27 +02:00
fix style
This commit is contained in:
parent
296fbd61e8
commit
3b662c1153
24 changed files with 57 additions and 58 deletions
|
@ -188,7 +188,7 @@ namespace models;
|
|||
*
|
||||
* @param int $id_user : User id
|
||||
* @param int $id : Entry id
|
||||
* @param array $data : data to update
|
||||
* @param array $data : data to update
|
||||
*
|
||||
* @return int : number of modified rows
|
||||
*/
|
||||
|
|
|
@ -154,7 +154,7 @@ namespace models;
|
|||
*
|
||||
* @param int $id_user : User id
|
||||
* @param int $id : Entry id
|
||||
* @param array $data : data to update
|
||||
* @param array $data : data to update
|
||||
*
|
||||
* @return int : number of modified rows
|
||||
*/
|
||||
|
@ -166,7 +166,7 @@ namespace models;
|
|||
/**
|
||||
* Update a entry by his id.
|
||||
*
|
||||
* @param int $id : Entry id
|
||||
* @param int $id : Entry id
|
||||
* @param array $data : data to update
|
||||
*
|
||||
* @return int : number of modified rows
|
||||
|
|
|
@ -95,7 +95,7 @@ namespace models;
|
|||
/**
|
||||
* Update a user using his is.
|
||||
*
|
||||
* @param int $id : User id
|
||||
* @param int $id : User id
|
||||
* @param array $data : Data to update
|
||||
*
|
||||
* @return int : number of modified rows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue