Completed
Push — master ( 947ba3...6c8f85 )
by Neomerx
11:36
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.