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 1f67618 commit 95263f2Copy full SHA for 95263f2
src/Parsing/OutputException.php
@@ -7,7 +7,7 @@
7
/**
8
* Thrown if the CSS parser attempts to print something invalid.
9
*/
10
-class OutputException extends SourceException
+final class OutputException extends SourceException
11
{
12
13
* @param string $sMessage
src/Parsing/UnexpectedEOFException.php
@@ -9,4 +9,4 @@
*
* Extends `UnexpectedTokenException` in order to preserve backwards compatibility.
-class UnexpectedEOFException extends UnexpectedTokenException {}
+final class UnexpectedEOFException extends UnexpectedTokenException {}
0 commit comments