File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -96,12 +96,6 @@ parameters:
96
96
count : 1
97
97
path : ../src/Property/Charset.php
98
98
99
- -
100
- message : ' #^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
101
- identifier : method.notFound
102
- count : 1
103
- path : ../src/Property/Import.php
104
-
105
99
-
106
100
message : ' #^Only booleans are allowed in an if condition, string given\.$#'
107
101
identifier : if.condNotBoolean
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public function __toString(): string
82
82
83
83
public function render (OutputFormat $ outputFormat ): string
84
84
{
85
- return $ outputFormat ->comments ($ this ) . '@import ' . $ this ->location ->render ($ outputFormat )
85
+ return $ outputFormat ->getFormatter ()-> comments ($ this ) . '@import ' . $ this ->location ->render ($ outputFormat )
86
86
. ($ this ->mediaQuery === null ? '' : ' ' . $ this ->mediaQuery ) . '; ' ;
87
87
}
88
88
You can’t perform that action at this time.
0 commit comments