Passed
Push — fix-oauth-key ( 769b1c...174ada )
by Samuel
06:25
created
src/PassportMultiauth.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@  discard block
 block discarded – undo
13 13
      *
14 14
      * @param  \Illuminate\Contracts\Auth\Authenticatable  $user
15 15
      * @param  array  $scopes
16
-     * @param  string  $guard
17 16
      * @return void
18 17
      */
19 18
     public static function actingAs($user, $scopes = [])
@@ -38,7 +37,7 @@  discard block
 block discarded – undo
38 37
      *
39 38
      * @todo Move to class specialized in check auth configs.
40 39
      * @param  \Illuminate\Contracts\Auth\Authenticatable $user
41
-     * @return string|null
40
+     * @return string
42 41
      */
43 42
     public static function getUserProvider(Authenticatable $user)
44 43
     {
Please login to merge, or discard this patch.