Completed
Pull Request — master (#421)
by Anton
04:00
created
src/_functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
     /**
165 165
      * Return the value for callable
166 166
      *
167
-     * @param  mixed $value
167
+     * @param  callable $value
168 168
      *
169 169
      * @return mixed
170 170
      */
Please login to merge, or discard this patch.
src/Proxy/Cache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
      * @param  string $key
119 119
      * @param  mixed  $data
120 120
      * @param  int    $ttl
121
-     * @param  array  $tags
121
+     * @param  string[]  $tags
122 122
      *
123 123
      * @return bool
124 124
      * @throws \Psr\Cache\InvalidArgumentException
Please login to merge, or discard this patch.