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 @@ -240,12 +240,6 @@ parameters:
240
240
count : 3
241
241
path : ../src/Value/CalcFunction.php
242
242
243
- -
244
- message : ' #^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:implode\(\)\.$#'
245
- identifier : method.notFound
246
- count : 1
247
- path : ../src/Value/CalcRuleValueList.php
248
-
249
243
-
250
244
message : ' #^Call to method Sabberworm\\CSS\\Value\\Color\:\:hasNoneAsComponentValue\(\) with incorrect case\: HasNoneAsComponentValue$#'
251
245
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