Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions config/phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,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
Expand Down
2 changes: 1 addition & 1 deletion src/Property/Charset.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function getLineNo(): int
}

/**
* @param string|CSSString $oCharset
* @param string|CSSString $sCharset
*/
public function setCharset($sCharset): void
{
Expand Down