Completed
Push — master ( 858bee...ca95b0 )
by Pavel
10s
created
src/AppBundle/Entity/Module.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
288 288
     }
289 289
 
290 290
     /**
291
-     * @return mixed
291
+     * @return ArrayCollection
292 292
      */
293 293
     public function getModulesUser()
294 294
     {
Please login to merge, or discard this patch.
src/AppBundle/EventListener/ModuleSubscriber.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
30 29
     }
31 30
 
32 31
     /**
33
-     * @return array
32
+     * @return string[]
34 33
      */
35 34
     public function getSubscribedEvents()
36 35
     {
Please login to merge, or discard this patch.