1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-10 18:26:26 +02:00

rename all instances of 'datas' to 'data'

This commit is contained in:
osaajani 2021-01-17 03:16:57 +01:00
parent 730ac8963b
commit 61d644c247
48 changed files with 316 additions and 316 deletions

View file

@ -154,7 +154,7 @@ namespace models;
*
* @param int $id_user : User id
* @param int $id : Entry id
* @param array $datas : datas to update
* @param array $data : data to update
*
* @return int : number of modified rows
*/
@ -167,7 +167,7 @@ namespace models;
* Update a entry by his id.
*
* @param int $id : Entry id
* @param array $datas : datas to update
* @param array $data : data to update
*
* @return int : number of modified rows
*/