Skip to content

Commit 631c07e

Browse files
authored
[TASK] Drop the unused ParserState::getCharset() (#941)
As this class is `@internal`, we do not need a deprecation process for this.
1 parent 0094c4f commit 631c07e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Parsing/ParserState.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,6 @@ public function setCharset($sCharset): void
8282
}
8383
}
8484

85-
/**
86-
* Returns the charset that is used if the CSS does not contain an `@charset` declaration.
87-
*
88-
* @return string
89-
*/
90-
public function getCharset()
91-
{
92-
return $this->sCharset;
93-
}
94-
9585
/**
9686
* @return int
9787
*/

0 commit comments

Comments
 (0)