mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-05-03 10:33:08 +03:00
fix phpcs
This commit is contained in:
parent
0a35a913c2
commit
a9178d5f01
@ -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]) {
|
||||||
|
@ -115,6 +115,7 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user