Skip to content

Commit 675fe7c

Browse files
committed
fix: removed parameter
1 parent c90dfe6 commit 675fe7c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Twig/Extension.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ class Extension extends Twig_Extension implements Twig_ExtensionInterface
1515

1616
/**
1717
* Extension constructor.
18-
*
19-
* @param string $sourceCss
2018
*/
21-
public function __construct($sourceCss)
19+
public function __construct()
2220
{
23-
$this->pageSpecificCssService = new PageSpecificCss($sourceCss);
21+
$this->pageSpecificCssService = new PageSpecificCss();
2422
}
2523

2624
/**

0 commit comments

Comments
 (0)