From dddd0e0589ad7c411b6abde04935f213ecfe70df Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Wed, 22 Aug 2018 22:12:20 -0400 Subject: [PATCH] Remove phpdoc param with no real param --- src/Index/Index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Index/Index.php b/src/Index/Index.php index 9cb975e..6f95a4b 100644 --- a/src/Index/Index.php +++ b/src/Index/Index.php @@ -210,7 +210,6 @@ class Index implements ReadableIndex, \Serializable } /** - * @param string $serialized * @return string */ public function serialize()