php-cs-fixer isn’t up to date on PSR-5 draft :)

This commit is contained in:
Justin Hileman
2014-08-18 18:36:07 -07:00
parent 4decec3c0e
commit 21570bfd4d
+3 -3
View File
@@ -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)
{