Completed
Push — master ( 8615db...c6d859 )
by Jonathan
02:37
created
src/CacheStrategy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
      * Generates the key to use for caching the ACL.
117 117
      *
118 118
      * @param \Caridea\Acl\Target $target The `Target` whose ACL will be loaded
119
-     * @param array $subjects An array of `Subject`s
119
+     * @param Subject[] $subjects An array of `Subject`s
120 120
      * @return string The cache key
121 121
      * @throws \InvalidArgumentException If the `subjects` argument contains invalid values
122 122
      */
Please login to merge, or discard this patch.