fix: Add more typing informations.

This commit is contained in:
Pol Dellaiera
2021-11-18 15:23:44 +01:00
parent 17ef963924
commit d1935f96e7
3 changed files with 7 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ use Chill\MainBundle\Entity\Center;
interface CenterResolverManagerInterface
{
/**
* @param object $entity
* @return Center[]
*/
public function resolveCenters($entity, ?array $options = []): array;