diff --git a/src/Serializer.php b/src/Serializer.php index 242305c..cdbf874 100644 --- a/src/Serializer.php +++ b/src/Serializer.php @@ -176,7 +176,7 @@ protected function isQuantifiable(array $info) /** * Test whether a list of strings contains only one single quantifiable string * - * @param string[] $strings + * @param array[] $strings * @return bool */ protected function isSingleQuantifiableString(array $strings)