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:
162162 count : 3
163163 path : ../src/Value/CalcFunction.php
164164
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-
171165 -
172166 message : ' #^Cannot call method getSize\(\) on Sabberworm\\CSS\\Value\\Value\|string\.$#'
173167 identifier : method.nonObject
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ private function renderAsHex(): string
317317 */
318318 private function shouldRenderInModernSyntax (): bool
319319 {
320- if ($ this ->HasNoneAsComponentValue ()) {
320+ if ($ this ->hasNoneAsComponentValue ()) {
321321 return true ;
322322 }
323323
You can’t perform that action at this time.
0 commit comments