Completed
Push — master ( b62e87...08e75d )
by claudio
19:29 queued 12:04
created
app/Http/Controllers/Employees/Meetings/MeetingsController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
      * Store a newly created resource in storage.
54 54
      *
55 55
      * @param int $meetingId
56
-     * @return static
56
+     * @return Response
57 57
      */
58 58
     public function showImage($meetingId)
59 59
     {
Please login to merge, or discard this patch.
app/Http/Controllers/Employees/Planners/MeetingsController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
      *
107 107
      * @param int $groupId
108 108
      * @param int $meetingId
109
-     * @return static
109
+     * @return Response
110 110
      */
111 111
     public function showImage($groupId, $meetingId)
112 112
     {
Please login to merge, or discard this patch.
app/Http/Controllers/NoAuthController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * Store a newly created resource in storage.
21 21
      *
22 22
      * @param int $meetingId
23
-     * @return static
23
+     * @return Response
24 24
      */
25 25
     public function showImage($meetingId)
26 26
     {
Please login to merge, or discard this patch.