Completed
Push — master ( 5ef263...edb1a0 )
by Neomerx
04:25
created
src/Repositories/BaseRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -272,7 +272,7 @@
 block discarded – undo
272 272
     }
273 273
 
274 274
     /**
275
-     * @param string|int $identifier
275
+     * @param string $identifier
276 276
      * @param string     $hasManyTableName
277 277
      * @param string     $hasManyColumn
278 278
      * @param string     $hasManyFkName
Please login to merge, or discard this patch.
src/Traits/BasicClientAuthenticationTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      * @param array                              $parameters
33 33
      * @param string                             $realm
34 34
      *
35
-     * @return ClientInterface|null
35
+     * @return \Limoncello\Passport\Contracts\Entities\ClientInterface|null
36 36
      *
37 37
      * @SuppressWarnings(PHPMD.ElseExpression)
38 38
      * @SuppressWarnings(PHPMD.NPathComplexity)
Please login to merge, or discard this patch.
src/Repositories/TokenRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -478,7 +478,7 @@
 block discarded – undo
478 478
      * @param string   $column
479 479
      * @param int      $expirationInSeconds
480 480
      * @param string   $createdAtColumn
481
-     * @param array    $columns
481
+     * @param string[]    $columns
482 482
      * @param int|null $limit
483 483
      *
484 484
      * @return array
Please login to merge, or discard this patch.