Completed
Push — master ( 9ba802...edbcad )
by Lars
02:46
created
src/voku/cache/Cache.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -405,7 +405,7 @@  discard block
 block discarded – undo
405 405
   }
406 406
 
407 407
   /**
408
-   * @param $str
408
+   * @param string $str
409 409
    *
410 410
    * @return string
411 411
    */
@@ -437,7 +437,7 @@  discard block
 block discarded – undo
437 437
   }
438 438
 
439 439
   /**
440
-   * @return mixed
440
+   * @return string
441 441
    */
442 442
   public function getPrefix()
443 443
   {
@@ -461,7 +461,7 @@  discard block
 block discarded – undo
461 461
    * @param mixed     $value
462 462
    * @param \DateTime $date
463 463
    *
464
-   * @return mixed|void
464
+   * @return boolean
465 465
    * @throws \Exception
466 466
    */
467 467
   public function setItemToDate($key, $value, \DateTime $date)
Please login to merge, or discard this patch.