This commit is contained in:
Simon Vieille 2016-01-28 09:44:27 +01:00
parent 8480c233c8
commit 933841bc53
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* Retourne une liste de projets en fonction d'une pagination
*
* @param int $page La page courrante
* @param int $limit Nombre de projet par page
* @param int $limit Nombre de projets par page
* @return array Les projets
*/
function getProjects($page = 1, $limit = 5)
@ -79,7 +79,7 @@ function getProjectNumberOfPages($maxPerPage)
* Returne les commentaires d'un projet
*
* @param int $id L'id du projet
* @return array Les commentaire du projet
* @return array Les commentaires du projet
*/
function getCommentsByProject($id)
{