Completed
Pull Request — master (#29)
by yuuki
05:25
created
src/Cache/MemcachedBucketStore.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
      * Increment the value of an item in the cache.
57 57
      *
58 58
      * @param string $key
59
-     * @param mixed  $value
59
+     * @param integer  $value
60 60
      *
61 61
      * @return int|bool
62 62
      */
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
      * Decrement the value of an item in the cache.
78 78
      *
79 79
      * @param string $key
80
-     * @param mixed  $value
80
+     * @param integer  $value
81 81
      *
82 82
      * @return int|bool
83 83
      */
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
     }
123 123
 
124 124
     /**
125
-     * @param $handler
125
+     * @param resource $handler
126 126
      *
127 127
      * @throws \RuntimeException
128 128
      */
Please login to merge, or discard this patch.
src/Database/CouchbaseConnection.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -323,7 +323,7 @@  discard block
 block discarded – undo
323 323
      * @param string $query
324 324
      * @param array  $bindings
325 325
      *
326
-     * @return int|mixed
326
+     * @return integer
327 327
      */
328 328
     public function insert($query, $bindings = [])
329 329
     {
@@ -363,7 +363,7 @@  discard block
 block discarded – undo
363 363
     }
364 364
 
365 365
     /**
366
-     * @param       $query
366
+     * @param       string $query
367 367
      * @param array $bindings
368 368
      *
369 369
      * @return mixed
@@ -524,7 +524,7 @@  discard block
 block discarded – undo
524 524
     }
525 525
 
526 526
     /**
527
-     * @return \string[]
527
+     * @return string[]
528 528
      */
529 529
     public function metrics()
530 530
     {
Please login to merge, or discard this patch.