mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 03:46:39 +00:00
fixed CS
This commit is contained in:
@@ -103,7 +103,7 @@ class Twig_Compiler
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function write(... $strings)
|
||||
public function write(...$strings)
|
||||
{
|
||||
foreach ($strings as $string) {
|
||||
$this->source .= str_repeat(' ', $this->indentation * 4).$string;
|
||||
|
||||
Reference in New Issue
Block a user