File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace Sabberworm \CSS \Tests \Value ;
5+ namespace Sabberworm \CSS \Tests \Unit \ Value ;
66
77use PHPUnit \Framework \TestCase ;
88use Sabberworm \CSS \Parsing \ParserState ;
@@ -17,7 +17,7 @@ final class ValueTest extends TestCase
1717 /**
1818 * the default set of delimiters for parsing most values
1919 *
20- * @see \Rule\Rule::listDelimiterForRule
20+ * @see \Sabberworm\CSS\ Rule\Rule::listDelimiterForRule
2121 *
2222 * @var array<int, string>
2323 */
@@ -33,7 +33,7 @@ public static function provideArithmeticOperator(): array
3333 return \array_combine (
3434 $ units ,
3535 \array_map (
36- function (string $ unit ): array {
36+ static function (string $ unit ): array {
3737 return [$ unit ];
3838 },
3939 $ units
You can’t perform that action at this time.
0 commit comments