Completed
Pull Request — master (#34)
by
unknown
02:32
created
code/CloudFileExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -256,8 +256,8 @@
 block discarded – undo
256 256
 
257 257
 
258 258
     /**
259
-     * @param string|array $key - passing an array as the first argument replaces the meta data entirely
260
-     * @param mixed        $val
259
+     * @param string $key - passing an array as the first argument replaces the meta data entirely
260
+     * @param integer        $val
261 261
      * @return File - chainable
262 262
      */
263 263
     public function setCloudMeta($key, $val = null)
Please login to merge, or discard this patch.