Skip to content

Commit f67aa12

Browse files
authored
[BUGFIX] Add missing import for a type annotation in a test (#795)
1 parent 4d33faf commit f67aa12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Unit/Rule/RuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use Sabberworm\CSS\Settings;
1010
use Sabberworm\CSS\Rule\Rule;
1111
use Sabberworm\CSS\Value\RuleValueList;
12+
use Sabberworm\CSS\Value\Value;
1213
use Sabberworm\CSS\Value\ValueList;
1314

1415
/**

0 commit comments

Comments
 (0)