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 @@ -66,12 +66,6 @@ parameters:
66
66
count : 1
67
67
path : ../src/Property/CSSNamespace.php
68
68
69
- -
70
- message : ' #^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
71
- identifier : method.notFound
72
- count : 1
73
- path : ../src/Property/Charset.php
74
-
75
69
-
76
70
message : ' #^Method Sabberworm\\CSS\\Property\\Charset\:\:atRuleArgs\(\) should return string but returns Sabberworm\\CSS\\Value\\CSSString\.$#'
77
71
identifier : return.type
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public function __toString(): string
81
81
82
82
public function render (OutputFormat $ outputFormat ): string
83
83
{
84
- return "{$ outputFormat ->comments ($ this )}@charset {$ this ->charset ->render ($ outputFormat )}; " ;
84
+ return "{$ outputFormat ->getFormatter ()-> comments ($ this )}@charset {$ this ->charset ->render ($ outputFormat )}; " ;
85
85
}
86
86
87
87
/**
You can’t perform that action at this time.
0 commit comments