From cc06f910e3c95f62567ac2e2619991e351915423 Mon Sep 17 00:00:00 2001 From: Aimeos Date: Sat, 31 Dec 2016 19:45:22 +0100 Subject: [PATCH] Fixed documentation --- lib/custom/src/MW/Cache/Flow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/custom/src/MW/Cache/Flow.php b/lib/custom/src/MW/Cache/Flow.php index fd43e2f..8b3973c 100644 --- a/lib/custom/src/MW/Cache/Flow.php +++ b/lib/custom/src/MW/Cache/Flow.php @@ -183,7 +183,7 @@ public function getMultipleByTags( array $tags ) * * @inheritDoc * - * @param string $name Key string for the given value like product/id/123 + * @param string $key Key string for the given value like product/id/123 * @param mixed $value Value string that should be stored for the given key * @param int|string|null $expires Date/time string in "YYYY-MM-DD HH:mm:ss" * format when the cache entry expires