Explorar o código

Ugh. Fix for php-cs-fixer

Justin Hileman %!s(int64=11) %!d(string=hai) anos
pai
achega
4f73c826ff
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      src/Mustache/Parser.php

+ 1 - 4
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)
     {