@@ -74,6 +74,9 @@ |
||
74 | 74 | |
75 | 75 | } |
76 | 76 | |
77 | + /** |
|
78 | + * @param string $keywords |
|
79 | + */ |
|
77 | 80 | public function createEmojiKeywords($emoji_id, $keywords) |
78 | 81 | { |
79 | 82 | if ($keywords) { |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * |
13 | 13 | * @param $data |
14 | 14 | * |
15 | - * @return bool true |
|
15 | + * @return boolean|null true |
|
16 | 16 | */ |
17 | 17 | public function createUser(array $data) |
18 | 18 | { |
@@ -106,8 +106,8 @@ discard block |
||
106 | 106 | * |
107 | 107 | * This method creates emoji and keywords associated with it |
108 | 108 | * @param $emoji |
109 | - * @param $request |
|
110 | - * @param $response |
|
109 | + * @param Request $request |
|
110 | + * @param Response $response |
|
111 | 111 | * @param $requestParams |
112 | 112 | * |
113 | 113 | * @return json response |
@@ -161,7 +161,7 @@ discard block |
||
161 | 161 | * This method updates an emoji |
162 | 162 | * |
163 | 163 | * @param $emoji |
164 | - * @param $response |
|
164 | + * @param Response $response |
|
165 | 165 | * @param $updateParams |
166 | 166 | * |
167 | 167 | * @return json $response |