diff --git a/src/Stash/Item.php b/src/Stash/Item.php index 9d1b29f5..95dde24b 100644 --- a/src/Stash/Item.php +++ b/src/Stash/Item.php @@ -78,7 +78,7 @@ class Item implements ItemInterface /** * Invalidation method * - * @var string + * @var int */ protected $invalidationMethod = Invalidation::PRECOMPUTE; @@ -269,7 +269,7 @@ public function get() /** * {@inheritdoc} * - * @param string $invalidation + * @param int $invalidation * @param mixed $arg * @param mixed $arg2 */