Skip to content

Commit 71e44be

Browse files
committed
[TASK] Use Property\Declaration in ValueTest DocBlock references
This replaces `Rule\Rule`, following #1508.
1 parent 567e390 commit 71e44be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Functional/Value/ValueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ final class ValueTest extends TestCase
1919
/**
2020
* the default set of delimiters for parsing most values
2121
*
22-
* @see \Sabberworm\CSS\Rule\Rule::getDelimitersForPropertyValue
22+
* @see \Sabberworm\CSS\Property\Declaration::getDelimitersForPropertyValue
2323
*/
2424
private const DEFAULT_DELIMITERS = [',', ' ', '/'];
2525

tests/Unit/Value/ValueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class ValueTest extends TestCase
2121
/**
2222
* the default set of delimiters for parsing most values
2323
*
24-
* @see \Sabberworm\CSS\Rule\Rule::getDelimitersForPropertyValue
24+
* @see \Sabberworm\CSS\Property\Declaration::getDelimitersForPropertyValue
2525
*/
2626
private const DEFAULT_DELIMITERS = [',', ' ', '/'];
2727

0 commit comments

Comments
 (0)