Completed
Push — master ( 3745d5...788192 )
by Freek
03:26
created
app/Http/Requests/Request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Get a parameter of the current route.
37 37
      *
38
-     * @param $key
38
+     * @param string $key
39 39
      *
40 40
      * @return object|string
41 41
      */
Please login to merge, or discard this patch.
app/Http/Controllers/Front/Api/NewsletterController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 class NewsletterController extends Controller
9 9
 {
10 10
     /**
11
-     * @param \App\Http\Requests\Front\NewsletterSubscriptionRequest $request
11
+     * @param NewsletterSubscriptionRequest $request
12 12
      *
13 13
      * @return \Illuminate\Http\JsonResponse
14 14
      */
Please login to merge, or discard this patch.
app/Http/Controllers/Front/Auth/ResetPasswordController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
      * Get the response for a successful password reset.
61 61
      *
62 62
      * @param  string  $response
63
-     * @return \Illuminate\Http\Response
63
+     * @return \Illuminate\Http\RedirectResponse
64 64
      */
65 65
     protected function sendResetResponse($response)
66 66
     {
Please login to merge, or discard this patch.
app/Http/Controllers/Back/Auth/ResetPasswordController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
      * Get the response for a successful password reset.
61 61
      *
62 62
      * @param  string  $response
63
-     * @return \Illuminate\Http\Response
63
+     * @return \Illuminate\Http\RedirectResponse
64 64
      */
65 65
     protected function sendResetResponse($response)
66 66
     {
Please login to merge, or discard this patch.
app/Http/Controllers/Front/Auth/LoginController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
      * Get the response for a successful password reset.
61 61
      *
62 62
      * @param  string  $response
63
-     * @return \Illuminate\Http\Response
63
+     * @return \Illuminate\Http\RedirectResponse
64 64
      */
65 65
     protected function sendResetResponse($response)
66 66
     {
Please login to merge, or discard this patch.