gestion si projet non existant

This commit is contained in:
Yass 2026-03-02 09:17:41 +01:00
parent fd6f8829f4
commit 3836927aa2

View file

@ -110,9 +110,9 @@
/**
* Fonction de recherche d'un seul projet
* @param int $intId
* @return array
* @return array|bool
*/
public function findOne(int $intId) :array{
public function findOne(int $intId) :array|bool{
$strRq = "SELECT project.*,
users.user_pseudo AS 'project_creatorname',
users.user_image,