Explorar el Código

Oubli d'un descriptif de param

Sangfroid hace 3 semanas
padre
commit
43ced3cf4c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/Repository/RealisateurRepository.php

+ 3 - 0
src/Repository/RealisateurRepository.php

@@ -80,6 +80,9 @@ class RealisateurRepository extends ServiceEntityRepository
         return $query->getResult();
     }
 
+    /**
+     * @return array<int, string>
+     */
     public function findNomsComplets(): array
     {
         $qb = $this->createQueryBuilder("r");