@@ -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 | { |
@@ -51,9 +51,9 @@ |
||
| 51 | 51 | /** |
| 52 | 52 | * This method creates user |
| 53 | 53 | * |
| 54 | - * @param $user |
|
| 54 | + * @param UserController $user |
|
| 55 | 55 | * @param $userParams |
| 56 | - * @param $response |
|
| 56 | + * @param Response $response |
|
| 57 | 57 | * |
| 58 | 58 | * @return json $response |
| 59 | 59 | */ |
@@ -108,8 +108,8 @@ discard block |
||
| 108 | 108 | * This method creates emoji and keywords associated with it. |
| 109 | 109 | * |
| 110 | 110 | * @param $emoji |
| 111 | - * @param $request |
|
| 112 | - * @param $response |
|
| 111 | + * @param Request $request |
|
| 112 | + * @param Response $response |
|
| 113 | 113 | * @param $requestParams |
| 114 | 114 | * |
| 115 | 115 | * @return json response |
@@ -172,7 +172,7 @@ discard block |
||
| 172 | 172 | * This method updates an emoji. |
| 173 | 173 | * |
| 174 | 174 | * @param $emoji |
| 175 | - * @param $response |
|
| 175 | + * @param Response $response |
|
| 176 | 176 | * @param $updateParams |
| 177 | 177 | * |
| 178 | 178 | * @return json $response |
@@ -363,6 +363,8 @@ discard block |
||
| 363 | 363 | |
| 364 | 364 | /** |
| 365 | 365 | * This method solves for rightful of a record |
| 366 | + * @param Request $request |
|
| 367 | + * @param Response $response |
|
| 366 | 368 | */ |
| 367 | 369 | public function findTheOwner($args, $request, $response) |
| 368 | 370 | { |