We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571febb commit a5d22beCopy full SHA for a5d22be
config/phpstan-baseline.neon
@@ -108,12 +108,6 @@ parameters:
108
count: 1
109
path: ../src/Property/Charset.php
110
111
- -
112
- message: '#^PHPDoc tag @param references unknown parameter\: \$oCharset$#'
113
- identifier: parameter.notFound
114
- count: 1
115
- path: ../src/Property/Charset.php
116
-
117
118
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
119
identifier: method.notFound
src/Property/Charset.php
@@ -56,7 +56,7 @@ public function getLineNo(): int
56
}
57
58
/**
59
- * @param string|CSSString $oCharset
+ * @param string|CSSString $sCharset
60
*/
61
public function setCharset($sCharset): void
62
{
0 commit comments