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 b3e83b8 commit 3020056Copy full SHA for 3020056
config/phpstan-baseline.neon
@@ -84,12 +84,6 @@ parameters:
84
count: 1
85
path: ../src/Property/Charset.php
86
87
- -
88
- message: '#^PHPDoc tag @param references unknown parameter\: \$oCharset$#'
89
- identifier: parameter.notFound
90
- count: 1
91
- path: ../src/Property/Charset.php
92
-
93
94
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
95
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