@@ -21,7 +21,7 @@ |
||
21 | 21 | |
22 | 22 | private readonly FilesystemPath $folder; |
23 | 23 | |
24 | - public function __construct(string|FilesystemPath $folderPath) |
|
24 | + public function __construct(string | FilesystemPath $folderPath) |
|
25 | 25 | { |
26 | 26 | $this->frozen = false; |
27 | 27 | $this->folder = new FilesystemPath($folderPath); |
@@ -27,7 +27,7 @@ |
||
27 | 27 | /** |
28 | 28 | * {@inheritdoc} |
29 | 29 | */ |
30 | - public function getParentTemplate(): false|self |
|
30 | + public function getParentTemplate(): false | self |
|
31 | 31 | { |
32 | 32 | $parent = $this->template->getParent([]); |
33 | 33 |