Skip to content

Commit 980e00d

Browse files
authored
[BUGFIX] Add missing imports for @throws annotations (#900)
This is the V8.x backport of #897.
1 parent 2783dde commit 980e00d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Value/CSSFunction.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
use Sabberworm\CSS\OutputFormat;
66
use Sabberworm\CSS\Parsing\ParserState;
7+
use Sabberworm\CSS\Parsing\SourceException;
8+
use Sabberworm\CSS\Parsing\UnexpectedEOFException;
9+
use Sabberworm\CSS\Parsing\UnexpectedTokenException;
710

811
/**
912
* A `CSSFunction` represents a special kind of value that also contains a function name and where the values are the

0 commit comments

Comments
 (0)