We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43cbb85 commit 11e1eb3Copy full SHA for 11e1eb3
tests/Unit/Rule/RuleTest.php
@@ -2,7 +2,7 @@
2
3
declare(strict_types=1);
4
5
-namespace Sabberworm\CSS\Tests\Value;
+namespace Sabberworm\CSS\Tests\Unit\Rule;
6
7
use PHPUnit\Framework\TestCase;
8
use Sabberworm\CSS\Parsing\ParserState;
@@ -17,7 +17,7 @@
17
final class RuleTest extends TestCase
18
{
19
/**
20
- * @return array<string, array{0: string, 1: list<class-string>}>
+ * @return array<string, array{0: string, 1: list<class-string>}>
21
*/
22
public static function provideRulesAndExpectedParsedValueListTypes(): array
23
0 commit comments