Passed
Push — master ( e3339b...2615ca )
by Alexander
03:58
created
src/Repositories/TokenRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      * TokensRepository constructor.
38 38
      * @param TokenRepositoryConfigInterface $config
39 39
      * @param TokenGeneratorInterface $generator
40
-     * @param TokenRecordInterface|null $model
40
+     * @param TokenRecordInterface $model
41 41
      */
42 42
     public function __construct(
43 43
         TokenRecordInterface $model,
Please login to merge, or discard this patch.