This commit is contained in:
Fabien Potencier
2016-12-27 08:19:00 +01:00
parent 166922bcfe
commit cbb7c9cf25
+1 -1
View File
@@ -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;