Completed
Pull Request — master (#22)
by Samuel
05:21 queued 02:25
created
src/PassportMultiauth.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      *
39 39
      * @todo Move to class specialized in check auth configs.
40 40
      * @param  \Illuminate\Contracts\Auth\Authenticatable $user
41
-     * @return string|null
41
+     * @return string
42 42
      */
43 43
     public static function getUserProvider(Authenticatable $user)
44 44
     {
Please login to merge, or discard this patch.
src/Http/Middleware/MultiAuthenticate.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,6 @@
 block discarded – undo
93 93
      * Check if user acting has the required guards and scopes on request.
94 94
      *
95 95
      * @param  \Illuminate\Foundation\Auth\User $user
96
-     * @param  \Illuminate\Http\Request $request
97 96
      * @return bool
98 97
      */
99 98
     public function canBeAuthenticated(Authenticatable $user, $guards)
Please login to merge, or discard this patch.