fix phpcs

This commit is contained in:
fzerorubigd 2014-07-04 22:30:41 +04:30
parent 0a35a913c2
commit a9178d5f01
No known key found for this signature in database
GPG Key ID: D6EE858AF9D2999A
2 changed files with 3 additions and 2 deletions

View File

@ -192,7 +192,7 @@ class Template
* *
* @return string * @return string
*/ */
protected function _renderInternal($current, $context) private function _renderInternal($current, $context)
{ {
$result = ''; $result = '';
switch ($current[Tokenizer::TYPE]) { switch ($current[Tokenizer::TYPE]) {

View File

@ -114,7 +114,8 @@ class Tokenizer
/** /**
* Scan and tokenize template source. * Scan and tokenize template source.
* *
* @param string $text Mustache template source to tokenize * @param string $text Mustache template source to tokenize
*
* @internal string $delimiters Optional, pass opening and closing delimiters * @internal string $delimiters Optional, pass opening and closing delimiters
* *
* @return array Set of Mustache tokens * @return array Set of Mustache tokens