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 @@ -162,12 +162,6 @@ parameters:
162
162
count : 3
163
163
path : ../src/Value/CalcFunction.php
164
164
165
- -
166
- message : ' #^Call to method Sabberworm\\CSS\\Value\\Color\:\:hasNoneAsComponentValue\(\) with incorrect case\: HasNoneAsComponentValue$#'
167
- identifier : method.nameCase
168
- count : 1
169
- path : ../src/Value/Color.php
170
-
171
165
-
172
166
message : ' #^Cannot call method getSize\(\) on Sabberworm\\CSS\\Value\\Value\|string\.$#'
173
167
identifier : method.nonObject
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ private function renderAsHex(): string
317
317
*/
318
318
private function shouldRenderInModernSyntax (): bool
319
319
{
320
- if ($ this ->HasNoneAsComponentValue ()) {
320
+ if ($ this ->hasNoneAsComponentValue ()) {
321
321
return true ;
322
322
}
323
323
You can’t perform that action at this time.
0 commit comments