Completed
Pull Request — 1.11.x (#1359)
by José
193:39 queued 155:02
created
src/Chamilo/CoreBundle/Entity/AccessUrlRelCourseCategory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      * Set accessUrlId
41 41
      *
42 42
      * @param integer $accessUrlId
43
-     * @return AccessUrlRelSession
43
+     * @return AccessUrlRelCourseCategory
44 44
      */
45 45
     public function setAccessUrlId($accessUrlId)
46 46
     {
Please login to merge, or discard this patch.
src/Chamilo/CoreBundle/Entity/AccessUrlRelUserGroup.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      * Set accessUrlId
43 43
      *
44 44
      * @param integer $accessUrlId
45
-     * @return AccessUrlRelUser
45
+     * @return AccessUrlRelUserGroup
46 46
      */
47 47
     public function setAccessUrlId($accessUrlId)
48 48
     {
Please login to merge, or discard this patch.
src/Chamilo/CoreBundle/Entity/ChatVideo.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
      * Set fromUser
63 63
      *
64 64
      * @param integer $fromUser
65
-     * @return Chat
65
+     * @return ChatVideo
66 66
      */
67 67
     public function setFromUser($fromUser)
68 68
     {
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      * Set toUser
86 86
      *
87 87
      * @param integer $toUser
88
-     * @return Chat
88
+     * @return ChatVideo
89 89
      */
90 90
     public function setToUser($toUser)
91 91
     {
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
      * Set room_name
109 109
      *
110 110
      * @param string $roomName
111
-     * @return Chat
111
+     * @return ChatVideo
112 112
      */
113 113
     public function setRoomName($roomName)
114 114
     {
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
      * Set datetime
132 132
      *
133 133
      * @param \DateTime $datetime
134
-     * @return Chat
134
+     * @return ChatVideo
135 135
      */
136 136
     public function setDatetime($datetime)
137 137
     {
Please login to merge, or discard this patch.
src/Chamilo/CoreBundle/Entity/ClassItem.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
      * Set code
40 40
      *
41 41
      * @param string $code
42
-     * @return Class
42
+     * @return ClassItem
43 43
      */
44 44
     public function setCode($code)
45 45
     {
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
      * Set name
63 63
      *
64 64
      * @param string $name
65
-     * @return Class
65
+     * @return ClassItem
66 66
      */
67 67
     public function setName($name)
68 68
     {
Please login to merge, or discard this patch.
src/Chamilo/CoreBundle/Entity/UsergroupRelUser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
      * Set relationType
118 118
      *
119 119
      * @param integer $relationType
120
-     * @return GroupRelUser
120
+     * @return UsergroupRelUser
121 121
      */
122 122
     public function setRelationType($relationType)
123 123
     {
Please login to merge, or discard this patch.
src/Chamilo/CourseBundle/Entity/CAnnouncement.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
      * Set title
89 89
      *
90 90
      * @param string $title
91
-     * @return CAnnouncement
91
+     * @return Announcement
92 92
      */
93 93
     public function setTitle($title)
94 94
     {
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
      * Set content
112 112
      *
113 113
      * @param string $content
114
-     * @return CAnnouncement
114
+     * @return Announcement
115 115
      */
116 116
     public function setContent($content)
117 117
     {
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
      * Set endDate
135 135
      *
136 136
      * @param \DateTime $endDate
137
-     * @return CAnnouncement
137
+     * @return Announcement
138 138
      */
139 139
     public function setEndDate($endDate)
140 140
     {
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
      * Set displayOrder
158 158
      *
159 159
      * @param integer $displayOrder
160
-     * @return CAnnouncement
160
+     * @return Announcement
161 161
      */
162 162
     public function setDisplayOrder($displayOrder)
163 163
     {
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
      * Set emailSent
181 181
      *
182 182
      * @param boolean $emailSent
183
-     * @return CAnnouncement
183
+     * @return Announcement
184 184
      */
185 185
     public function setEmailSent($emailSent)
186 186
     {
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
      * Set sessionId
204 204
      *
205 205
      * @param integer $sessionId
206
-     * @return CAnnouncement
206
+     * @return Announcement
207 207
      */
208 208
     public function setSessionId($sessionId)
209 209
     {
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
      * Set id
227 227
      *
228 228
      * @param integer $id
229
-     * @return CAnnouncement
229
+     * @return Announcement
230 230
      */
231 231
     public function setId($id)
232 232
     {
@@ -249,7 +249,7 @@  discard block
 block discarded – undo
249 249
      * Set cId
250 250
      *
251 251
      * @param integer $cId
252
-     * @return CAnnouncement
252
+     * @return Announcement
253 253
      */
254 254
     public function setCId($cId)
255 255
     {
Please login to merge, or discard this patch.
src/Chamilo/FaqBundle/Entity/QuestionTranslation.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 
59 59
     /**
60 60
      * @param string $headline
61
-     * @return CategoryTranslation
61
+     * @return QuestionTranslation
62 62
      */
63 63
     public function setHeadline($headline)
64 64
     {
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
 
78 78
     /**
79 79
      * @param string $body
80
-     * @return CategoryTranslation
80
+     * @return QuestionTranslation
81 81
      */
82 82
     public function setBody($body)
83 83
     {
Please login to merge, or discard this patch.
src/Chamilo/ThemeBundle/Model/MenuItemInterface.php 1 patch
Doc Comments   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -20,29 +20,29 @@  discard block
 block discarded – undo
20 20
     public function getIdentifier();
21 21
 
22 22
     /**
23
-     * @return mixed
23
+     * @return string
24 24
      */
25 25
     public function getLabel();
26 26
 
27 27
     /**
28
-     * @return mixed
28
+     * @return string
29 29
      */
30 30
     public function getRoute();
31 31
 
32 32
     /**
33
-     * @return mixed
33
+     * @return boolean
34 34
      */
35 35
     public function isActive();
36 36
 
37 37
     /**
38
-     * @param $isActive
38
+     * @param boolean $isActive
39 39
      *
40
-     * @return mixed
40
+     * @return MenuItemModel
41 41
      */
42 42
     public function setIsActive($isActive);
43 43
 
44 44
     /**
45
-     * @return mixed
45
+     * @return boolean
46 46
      */
47 47
     public function hasChildren();
48 48
 
@@ -54,14 +54,14 @@  discard block
 block discarded – undo
54 54
     /**
55 55
      * @param MenuItemInterface $child
56 56
      *
57
-     * @return mixed
57
+     * @return MenuItemModel
58 58
      */
59 59
     public function addChild(MenuItemInterface $child);
60 60
 
61 61
     /**
62 62
      * @param MenuItemInterface $child
63 63
      *
64
-     * @return mixed
64
+     * @return MenuItemModel
65 65
      */
66 66
     public function removeChild(MenuItemInterface $child);
67 67
 
@@ -76,24 +76,24 @@  discard block
 block discarded – undo
76 76
     public function getBadge();
77 77
 
78 78
     /**
79
-     * @return mixed
79
+     * @return string
80 80
      */
81 81
     public function getBadgeColor();
82 82
 
83 83
     /**
84
-     * @return mixed
84
+     * @return MenuItemInterface
85 85
      */
86 86
     public function getParent();
87 87
 
88 88
     /**
89
-     * @return mixed
89
+     * @return boolean
90 90
      */
91 91
     public function hasParent();
92 92
 
93 93
     /**
94 94
      * @param MenuItemInterface $parent
95 95
      *
96
-     * @return mixed
96
+     * @return MenuItemModel
97 97
      */
98 98
     public function setParent(MenuItemInterface $parent = null);
99 99
 
Please login to merge, or discard this patch.
src/Chamilo/UserBundle/Entity/Manager/UserManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      *
19 19
      * @param string $token
20 20
      *
21
-     * @return UserInterface
21
+     * @return \FOS\UserBundle\Model\UserInterface
22 22
      */
23 23
     public function findUserByConfirmationToken($token)
24 24
     {
Please login to merge, or discard this patch.