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