Completed
Pull Request — master (#65)
by Luís
03:00
created
src/Storageless/Http/SessionMiddleware.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -260,6 +260,9 @@
 block discarded – undo
260 260
         return $response;
261 261
     }
262 262
 
263
+    /**
264
+     * @param Token $token
265
+     */
263 266
     private function shouldTokenBeRefreshed(?Token $token) : bool
264 267
     {
265 268
         if (! $token || ! $token->hasClaim(self::ISSUED_AT_CLAIM)) {
Please login to merge, or discard this patch.