@@ -19,7 +19,7 @@ |
||
19 | 19 | /** |
20 | 20 | * {@inheritdoc} |
21 | 21 | */ |
22 | - public function __construct($filePath) |
|
22 | + public function __construct ($filePath) |
|
23 | 23 | { |
24 | 24 | parent::__construct($filePath); |
25 | 25 |
@@ -19,7 +19,7 @@ |
||
19 | 19 | /** |
20 | 20 | * {@inheritdoc} |
21 | 21 | */ |
22 | - public function __construct($filePath) |
|
22 | + public function __construct ($filePath) |
|
23 | 23 | { |
24 | 24 | parent::__construct($filePath); |
25 | 25 |
@@ -14,12 +14,12 @@ |
||
14 | 14 | */ |
15 | 15 | private $iterators; |
16 | 16 | |
17 | - public function __construct($string) |
|
17 | + public function __construct ($string) |
|
18 | 18 | { |
19 | 19 | $this->evaluated = $string; |
20 | 20 | } |
21 | 21 | |
22 | - public function __toString() |
|
22 | + public function __toString () |
|
23 | 23 | { |
24 | 24 | return $this->getEvaluated(); |
25 | 25 | } |
@@ -30,7 +30,7 @@ |
||
30 | 30 | */ |
31 | 31 | protected $fs; |
32 | 32 | |
33 | - public function setUp() |
|
33 | + public function setUp () |
|
34 | 34 | { |
35 | 35 | $this->dummyFile = vfsStream::newFile('foo.html.twig'); |
36 | 36 | $this->rootDir = vfsStream::setup(); |