Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Further changes suggested in review.
  • Loading branch information
JakeQZ committed Jan 17, 2025
commit 11e1eb3cb8bf2e98fcaaf6284e41d7958417b4d4
4 changes: 2 additions & 2 deletions tests/Unit/Rule/RuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Sabberworm\CSS\Tests\Value;
namespace Sabberworm\CSS\Tests\Unit\Rule;

use PHPUnit\Framework\TestCase;
use Sabberworm\CSS\Parsing\ParserState;
Expand All @@ -17,7 +17,7 @@
final class RuleTest extends TestCase
{
/**
* @return array<string, array{0: string, 1: list<class-string>}>
* @return array<string, array{0: string, 1: list<class-string>}>
*/
public static function provideRulesAndExpectedParsedValueListTypes(): array
{
Expand Down