Skip to content

Commit c9f59e2

Browse files
committed
Update OutputException.php
Signed-off-by: Nathanael Esayeas <[email protected]>
1 parent 1f67618 commit c9f59e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Parsing/OutputException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Thrown if the CSS parser attempts to print something invalid.
99
*/
10-
class OutputException extends SourceException
10+
final class OutputException extends SourceException
1111
{
1212
/**
1313
* @param string $sMessage

0 commit comments

Comments
 (0)