Completed
Push — master ( 0d9a84...e6b01d )
by Jacob
02:04
created
src/BaseGuard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
     /**
89 89
      * Returns a token generator from the adapter factory
90 90
      * 
91
-     * @return GeneratorContract
91
+     * @return Contracts\Generator
92 92
      */
93 93
     protected function getGenerator()
94 94
     {
Please login to merge, or discard this patch.
src/Contracts/Processor.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
     /**
13 13
      * Processes a string token
14 14
      * @param  string  $tokenString
15
-     * @param  array   $validateClaims
16 15
      * @return Token|boolean
17 16
      */
18 17
     public function __invoke($tokenString);
Please login to merge, or discard this patch.