Completed
Push — master ( 178a08...5c0b6f )
by Oleg
05:22
created
src/Authentication/Entities/Token.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
     }
151 151
 
152 152
     /**
153
-     * @param Collection|Grant[] $grants
153
+     * @param Collection $grants
154 154
      */
155 155
     public function setGrants(Collection $grants): void
156 156
     {
Please login to merge, or discard this patch.
src/Authentication/Service/TokenManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
      * @param Token $token
116 116
      * @param array $resources
117 117
      * @param User $user
118
-     * @return ArrayCollection|Grant[]
118
+     * @return \Doctrine\Common\Collections\Collection
119 119
      * @throws PermissionDeniedException
120 120
      * @throws ORMException
121 121
      */
Please login to merge, or discard this patch.