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 @@ -252,12 +252,6 @@ parameters:
252
252
count : 3
253
253
path : ../src/Value/CalcFunction.php
254
254
255
- -
256
- message : ' #^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:implode\(\)\.$#'
257
- identifier : method.notFound
258
- count : 1
259
- path : ../src/Value/CalcRuleValueList.php
260
-
261
255
-
262
256
message : ' #^Call to method Sabberworm\\CSS\\Value\\Color\:\:hasNoneAsComponentValue\(\) with incorrect case\: HasNoneAsComponentValue$#'
263
257
identifier : method.nameCase
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ public function __construct(int $lineNumber = 0)
18
18
19
19
public function render (OutputFormat $ outputFormat ): string
20
20
{
21
- return $ outputFormat ->implode (' ' , $ this ->components );
21
+ return $ outputFormat ->getFormatter ()-> implode (' ' , $ this ->components );
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments