Skip to content

Commit 11e1eb3

Browse files
committed
Further changes suggested in review.
1 parent 43cbb85 commit 11e1eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/Rule/RuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Sabberworm\CSS\Tests\Value;
5+
namespace Sabberworm\CSS\Tests\Unit\Rule;
66

77
use PHPUnit\Framework\TestCase;
88
use Sabberworm\CSS\Parsing\ParserState;
@@ -17,7 +17,7 @@
1717
final class RuleTest extends TestCase
1818
{
1919
/**
20-
* @return array<string, array{0: string, 1: list<class-string>}>
20+
* @return array<string, array{0: string, 1: list<class-string>}>
2121
*/
2222
public static function provideRulesAndExpectedParsedValueListTypes(): array
2323
{

0 commit comments

Comments
 (0)