mirror of
				https://github.com/Mibew/handlebars.php.git
				synced 2025-11-04 04:05:07 +03:00 
			
		
		
		
	fix phpcs
This commit is contained in:
		
							parent
							
								
									0a35a913c2
								
							
						
					
					
						commit
						a9178d5f01
					
				@ -192,7 +192,7 @@ class Template
 | 
			
		||||
     *
 | 
			
		||||
     * @return string
 | 
			
		||||
     */
 | 
			
		||||
    protected function _renderInternal($current, $context)
 | 
			
		||||
    private function _renderInternal($current, $context)
 | 
			
		||||
    {
 | 
			
		||||
        $result = '';
 | 
			
		||||
        switch ($current[Tokenizer::TYPE]) {
 | 
			
		||||
 | 
			
		||||
@ -114,7 +114,8 @@ class Tokenizer
 | 
			
		||||
    /**
 | 
			
		||||
     * 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
 | 
			
		||||
     *
 | 
			
		||||
     * @return array Set of Mustache tokens
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user