We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6274ff7 commit 5ece06bCopy full SHA for 5ece06b
src/Utils/StyleBuilder.php
@@ -70,7 +70,7 @@ public function setScssData(string $data): void
70
$this->scssData = $data;
71
}
72
73
- public function compile(?DOMElement $styleElement, $path = null): ?string
+ public function compile(?DOMElement $styleElement, ?string $path = null): ?string
74
{
75
if (!$styleElement instanceof DOMElement
76
|| ($styleElement->hasAttribute('scoped') && !($this->outputType & self::STYLE_SCOPED))
0 commit comments