@@ -150,7 +150,7 @@ |
||
150 | 150 | } |
151 | 151 | |
152 | 152 | /** |
153 | - * @param Collection|Grant[] $grants |
|
153 | + * @param Collection $grants |
|
154 | 154 | */ |
155 | 155 | public function setGrants(Collection $grants): void |
156 | 156 | { |
@@ -115,7 +115,7 @@ |
||
115 | 115 | * @param Token $token |
116 | 116 | * @param array $resources |
117 | 117 | * @param User $user |
118 | - * @return ArrayCollection|Grant[] |
|
118 | + * @return \Doctrine\Common\Collections\Collection |
|
119 | 119 | * @throws PermissionDeniedException |
120 | 120 | * @throws ORMException |
121 | 121 | */ |