From 1c8908516af922d0bf8adad4330a054bf2d5342b Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 10 Feb 2025 11:40:46 +0100 Subject: [PATCH] [BUGFIX] Add missing imports for `@throws` annotations This is the V8.x backport of #897. --- src/Value/CSSFunction.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Value/CSSFunction.php b/src/Value/CSSFunction.php index 14992aa8..c7024ea5 100644 --- a/src/Value/CSSFunction.php +++ b/src/Value/CSSFunction.php @@ -4,6 +4,9 @@ use Sabberworm\CSS\OutputFormat; use Sabberworm\CSS\Parsing\ParserState; +use Sabberworm\CSS\Parsing\SourceException; +use Sabberworm\CSS\Parsing\UnexpectedEOFException; +use Sabberworm\CSS\Parsing\UnexpectedTokenException; /** * A `CSSFunction` represents a special kind of value that also contains a function name and where the values are the