Completed
Push — master ( 94fc66...075f50 )
by Julito
397:03 queued 333:37
created
src/Chamilo/CoreBundle/Entity/Session.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -394,7 +394,7 @@  discard block
 block discarded – undo
394 394
     }
395 395
 
396 396
     /**
397
-     * @param $courses
397
+     * @param ArrayCollection $courses
398 398
      */
399 399
     public function setCourses($courses)
400 400
     {
@@ -861,7 +861,7 @@  discard block
 block discarded – undo
861 861
     }
862 862
 
863 863
     /**
864
-     * @param $category
864
+     * @param integer $category
865 865
      * @return $this
866 866
      */
867 867
     public function setCategory($category)
@@ -872,7 +872,7 @@  discard block
 block discarded – undo
872 872
     }
873 873
 
874 874
     /**
875
-     * @return array
875
+     * @return string[]
876 876
      */
877 877
     public static function getStatusList()
878 878
     {
Please login to merge, or discard this patch.