Completed
Pull Request — master (#47)
by Phecho
04:34
created
app/Handlers/Commands/Note/AddNoteCommandHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,9 +41,9 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
app/Http/Controllers/Api/NoteController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.