@@ -12,7 +12,7 @@ |
||
12 | 12 | interface HookSkypeObserverInterface extends HookObserverInterface |
13 | 13 | { |
14 | 14 | /** |
15 | - * @param HookSkypeObserverInterface $hook |
|
15 | + * @param HookSkypeEventInterface $hook |
|
16 | 16 | * |
17 | 17 | * @return int |
18 | 18 | */ |
@@ -239,6 +239,7 @@ |
||
239 | 239 | /** |
240 | 240 | * @author Isaac flores paz <[email protected]> |
241 | 241 | * @param String The xapian error message |
242 | + * @param string $xapian_error_message |
|
242 | 243 | * @return String The chamilo error message |
243 | 244 | */ |
244 | 245 | function display_xapian_error($xapian_error_message) { |
@@ -21,7 +21,7 @@ |
||
21 | 21 | /** |
22 | 22 | * @param array $additionalParameters |
23 | 23 | * |
24 | - * @return mixed |
|
24 | + * @return void |
|
25 | 25 | */ |
26 | 26 | public function send($additionalParameters); |
27 | 27 |
@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * Instance the plugin |
32 | 32 | * @staticvar null $result |
33 | - * @return AdvancedSubscriptionPlugin |
|
33 | + * @return PENSPlugin |
|
34 | 34 | */ |
35 | 35 | public static function create() |
36 | 36 | { |
@@ -22,7 +22,7 @@ |
||
22 | 22 | |
23 | 23 | /** |
24 | 24 | * Limit session resubscription when a Chamilo user is resubscribed to a session |
25 | - * @param HookCreateUserEventInterface $hook The hook |
|
25 | + * @param HookResubscribeEventInterface $hook The hook |
|
26 | 26 | */ |
27 | 27 | public function hookResubscribe(HookResubscribeEventInterface $hook) |
28 | 28 | { |
@@ -70,6 +70,8 @@ |
||
70 | 70 | |
71 | 71 | /** |
72 | 72 | * @inheritdoc |
73 | + * @param string $toolbar |
|
74 | + * @param string $prefix |
|
73 | 75 | */ |
74 | 76 | public function __construct( |
75 | 77 | $toolbar = null, |
@@ -40,7 +40,7 @@ |
||
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 | { |
@@ -42,7 +42,7 @@ |
||
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 | { |
@@ -62,7 +62,7 @@ discard block |
||
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 |
||
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 |
||
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 |
||
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 | { |