Completed
Pull Request — master (#9)
by
unknown
01:29
created
src/FlightDeck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     /**
27 27
      * Check if the token is valid
28 28
      *
29
-     * @param string $token
29
+     * @param string $api_token
30 30
      * @return boolean
31 31
      */
32 32
     public static function checkToken(string $api_token = null) : bool
Please login to merge, or discard this patch.
src/Http/Controllers/ForgotPasswordController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     /**
56 56
      * Get the response for a successful password reset link.
57 57
      *
58
-     * @param  \Illuminate\Http\Request  $request
58
+     * @param  ForgotPasswordRequest  $request
59 59
      * @param  string  $response
60 60
      * @return \Illuminate\Http\JsonResponse
61 61
      */
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     /**
71 71
      * Get the response for a failed password reset link.
72 72
      *
73
-     * @param  \Illuminate\Http\Request  $request
73
+     * @param  ForgotPasswordRequest  $request
74 74
      * @param  string  $response
75 75
      * @return \Illuminate\Http\JsonResponse
76 76
      */
Please login to merge, or discard this patch.