Explorar el Código

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

Justin Hileman hace 11 años
padre
commit
21570bfd4d
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/Mustache/Parser.php

+ 3 - 3
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)
     {