diff --git a/src/Mustache/Parser.php b/src/Mustache/Parser.php index 44eb9a4..0c134ec 100644 --- a/src/Mustache/Parser.php +++ b/src/Mustache/Parser.php @@ -285,10 +285,7 @@ class Mustache_Parser * * @param string $name * - * @return array { - * @type string Tag name - * @type string[] Array of filters - * } + * @return array [Tag name, Array of filters] */ private function getNameAndFilters($name) {