diff --git a/config/phpstan-baseline.neon b/config/phpstan-baseline.neon index eb3026f78..2551deed4 100644 --- a/config/phpstan-baseline.neon +++ b/config/phpstan-baseline.neon @@ -108,12 +108,6 @@ parameters: count: 1 path: ../src/Property/Charset.php - - - message: '#^PHPDoc tag @param references unknown parameter\: \$oCharset$#' - identifier: parameter.notFound - count: 1 - path: ../src/Property/Charset.php - - message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#' identifier: method.notFound diff --git a/src/Property/Charset.php b/src/Property/Charset.php index 90dfeabfa..94a9f9830 100644 --- a/src/Property/Charset.php +++ b/src/Property/Charset.php @@ -56,7 +56,7 @@ public function getLineNo(): int } /** - * @param string|CSSString $oCharset + * @param string|CSSString $sCharset */ public function setCharset($sCharset): void {