Completed
Push — master ( 89670e...896e52 )
by Jacob
02:12
created
src/BaseGuard.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     /**
92 92
      * Returns a token generator from the adapter factory
93 93
      * 
94
-     * @return GeneratorCotnract
94
+     * @return GeneratorContract
95 95
      */
96 96
     protected function getGenerator()
97 97
     {
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
     /**
159 159
      * Determine if the user matches the credentials.
160 160
      *
161
-     * @param  mixed  $user
161
+     * @param  Authenticatable|null  $user
162 162
      * @param  array  $credentials
163 163
      * @return bool
164 164
      */
Please login to merge, or discard this patch.