Passed
Push — fix-oauth-key ( 769b1c...174ada )
by Samuel
06:25
created
src/PassportMultiauth.php 2 patches
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace SMartins\PassportMultiauth;
4 4
 
5
-use Mockery;
6
-use Laravel\Passport\Token;
7 5
 use Illuminate\Contracts\Auth\Authenticatable;
6
+use Laravel\Passport\Token;
7
+use Mockery;
8 8
 
9 9
 class PassportMultiauth
10 10
 {
Please login to merge, or discard this 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.