Completed
Branch master (7a5946)
by Wisoot
08:46
created
src/JwtGuard.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
     /**
143 143
      * Determine if the user matches the credentials.
144 144
      *
145
-     * @param mixed $user
145
+     * @param AuthenticatableContract|null $user
146 146
      * @param array $credentials
147 147
      * @return bool
148 148
      */
@@ -325,7 +325,7 @@  discard block
 block discarded – undo
325 325
     /**
326 326
      * getToken method
327 327
      *
328
-     * @return null|string
328
+     * @return string
329 329
      */
330 330
     public function getToken()
331 331
     {
Please login to merge, or discard this patch.
src/database/migrations/2014_10_12_200000_create_user_tokens_table.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Illuminate\Database\Schema\Blueprint;
4 3
 use Illuminate\Database\Migrations\Migration;
4
+use Illuminate\Database\Schema\Blueprint;
5 5
 use Illuminate\Support\Facades\Config;
6 6
 use Illuminate\Support\Facades\Schema;
7 7
 
Please login to merge, or discard this patch.