Completed
Push — development ( d0c7a3...42dd30 )
by Claudio
02:25
created
app/Http/Controllers/AccountSecurityController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
      * Confirm User Change Password
184 184
      *
185 185
      * @param Request $request
186
-     * @return mixed
186
+     * @return JsonResponse
187 187
      */
188 188
     public function confirmChangePassword(Request $request): JsonResponse
189 189
     {
Please login to merge, or discard this patch.
app/Http/Controllers/ShopController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
      * @TODO: Ability of custom this shit
149 149
      *
150 150
      * @param Request $request
151
-     * @return mixed
151
+     * @return JsonResponse
152 152
      */
153 153
     public function getWall(Request $request): JsonResponse
154 154
     {
Please login to merge, or discard this patch.