@@ -41,9 +41,9 @@ |
||
| 41 | 41 | /** |
| 42 | 42 | * Handle the report note command. |
| 43 | 43 | * |
| 44 | - * @param \Gitamin\Commands\Issue\AddIssueCommand $command |
|
| 44 | + * @param AddNoteCommand $command |
|
| 45 | 45 | * |
| 46 | - * @return \Gitamin\Models\Issue |
|
| 46 | + * @return Note |
|
| 47 | 47 | */ |
| 48 | 48 | public function handle(AddNoteCommand $command) |
| 49 | 49 | { |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | * |
| 31 | 31 | * @param \Illuminate\Contracts\Auth\Guard $auth |
| 32 | 32 | * |
| 33 | - * @return \Illuminate\Http\JsonResponse |
|
| 33 | + * @return \Illuminate\Http\Response |
|
| 34 | 34 | */ |
| 35 | 35 | public function postNotes(Guard $auth) |
| 36 | 36 | { |