Skip to content

Commit 37f170c

Browse files
committed
Change style builder
1 parent 37ceedd commit 37f170c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Compiler.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,9 +866,11 @@ public function disableStyleInclude(): Compiler
866866
return $this;
867867
}
868868

869-
public function setStyleBlockOutputType(int $outputType): void
869+
public function setStyleBlockOutputType(int $outputType): Compiler
870870
{
871871
$this->styleBuilder->setOutputType($outputType);
872+
873+
return $this;
872874
}
873875

874876
/**

0 commit comments

Comments
 (0)