Completed
Push — 7.x-1.x ( 3fdbb3...007944 )
by Frédéric G.
01:44
created
mongodb_cache/mongodb_cache_plugin.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
   /**
115 115
    * An alternate \MongoBinData constructor using default $type.
116 116
    *
117
-   * @param mixed $data
117
+   * @param string $data
118 118
    *   The data to convert to \MongoBinData.
119 119
    *
120 120
    * @return \Closure
@@ -300,6 +300,8 @@  discard block
 block discarded – undo
300 300
 
301 301
   /**
302 302
    * {@inheritdoc}
303
+   * @param string $cid
304
+   * @param string $data
303 305
    */
304 306
   public function set($cid, $data, $expire = CACHE_PERMANENT) {
305 307
     $scalar = is_scalar($data);
Please login to merge, or discard this patch.
mongodb_cache/src/Tests/CacheUnitTestCase.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@
 block discarded – undo
19 19
 
20 20
   protected $message;
21 21
 
22
+  /**
23
+   * @param string $message
24
+   */
22 25
   public function __construct($message) {
23 26
     $this->message = $message;
24 27
   }
Please login to merge, or discard this patch.