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 @@ -90,12 +90,6 @@ parameters:
90
90
count : 1
91
91
path : ../src/Property/Charset.php
92
92
93
- -
94
- message : ' #^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
95
- identifier : method.notFound
96
- count : 1
97
- path : ../src/Property/Import.php
98
-
99
93
-
100
94
message : ' #^Only booleans are allowed in an if condition, string given\.$#'
101
95
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