From 21570bfd4df64bff853decdd98c829133fd93bb6 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Mon, 18 Aug 2014 18:36:07 -0700 Subject: [PATCH] =?UTF-8?q?php-cs-fixer=20isn=E2=80=99t=20up=20to=20date?= =?UTF-8?q?=20on=20PSR-5=20draft=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Mustache/Parser.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {