Completed
Pull Request — master (#382)
by Anton
05:19
created
src/Proxy/Cache.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
      * @param string $key
154 154
      * @param mixed $data
155 155
      * @param int $ttl
156
-     * @param array $tags
156
+     * @param string[] $tags
157 157
      * @return bool
158 158
      */
159 159
     public static function set($key, $data, $ttl = self::TTL_NO_EXPIRY, $tags = [])
@@ -194,6 +194,7 @@  discard block
 block discarded – undo
194 194
     /**
195 195
      * Prepare key
196 196
      *
197
+     * @param string $key
197 198
      * @return string
198 199
      */
199 200
     public static function prepare($key)
Please login to merge, or discard this patch.
src/Session/Adapter/Cache.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Bluz\Session\Adapter;
13 13
 
14 14
 use Bluz\Common\Exception\ConfigurationException;
15
-use Bluz\Common\Nil;
16 15
 use Bluz\Proxy;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.