@@ -245,7 +245,7 @@ discard block |
||
245 | 245 | } |
246 | 246 | |
247 | 247 | /** |
248 | - * @return mixed |
|
248 | + * @return null|Category |
|
249 | 249 | */ |
250 | 250 | public function getCategory() |
251 | 251 | { |
@@ -253,7 +253,7 @@ discard block |
||
253 | 253 | } |
254 | 254 | |
255 | 255 | /** |
256 | - * @param mixed $category |
|
256 | + * @param null|Category $category |
|
257 | 257 | */ |
258 | 258 | public function setCategory(Category $category = null) |
259 | 259 | { |
@@ -261,7 +261,7 @@ discard block |
||
261 | 261 | } |
262 | 262 | |
263 | 263 | /** |
264 | - * @return mixed |
|
264 | + * @return ArrayCollection |
|
265 | 265 | */ |
266 | 266 | public function getQuestions() |
267 | 267 | { |
@@ -288,7 +288,7 @@ discard block |
||
288 | 288 | } |
289 | 289 | |
290 | 290 | /** |
291 | - * @return mixed |
|
291 | + * @return ArrayCollection |
|
292 | 292 | */ |
293 | 293 | public function getModulesUser() |
294 | 294 | { |
@@ -22,7 +22,6 @@ discard block |
||
22 | 22 | protected $service; |
23 | 23 | |
24 | 24 | /** |
25 | - * @param ImageManagerServices $container |
|
26 | 25 | */ |
27 | 26 | public function __construct(ImageManagerServices $service) |
28 | 27 | { |
@@ -30,7 +29,7 @@ discard block |
||
30 | 29 | } |
31 | 30 | |
32 | 31 | /** |
33 | - * @return array |
|
32 | + * @return string[] |
|
34 | 33 | */ |
35 | 34 | public function getSubscribedEvents() |
36 | 35 | { |