Completed
Pull Request — master (#22)
by Samuel
05:49 queued 02:27
created
src/PassportMultiauth.php 2 patches
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.
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace SMartins\PassportMultiauth;
4 4
 
5
-use Mockery;
6
-use Laravel\Passport\Token;
7
-use Illuminate\Support\Facades\App;
8 5
 use Illuminate\Contracts\Auth\Authenticatable;
6
+use Illuminate\Support\Facades\App;
7
+use Laravel\Passport\Token;
8
+use Mockery;
9 9
 
10 10
 class PassportMultiauth
11 11
 {
Please login to merge, or discard this patch.