Skip to content

Commit 5ece06b

Browse files
author
alexander.bachmann
committed
add param type
1 parent 6274ff7 commit 5ece06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/StyleBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function setScssData(string $data): void
7070
$this->scssData = $data;
7171
}
7272

73-
public function compile(?DOMElement $styleElement, $path = null): ?string
73+
public function compile(?DOMElement $styleElement, ?string $path = null): ?string
7474
{
7575
if (!$styleElement instanceof DOMElement
7676
|| ($styleElement->hasAttribute('scoped') && !($this->outputType & self::STYLE_SCOPED))

0 commit comments

Comments
 (0)