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 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace Sabberworm \CSS \Tests \Value ;
5
+ namespace Sabberworm \CSS \Tests \Unit \ Value ;
6
6
7
7
use PHPUnit \Framework \TestCase ;
8
8
use Sabberworm \CSS \Parsing \ParserState ;
@@ -17,7 +17,7 @@ final class ValueTest extends TestCase
17
17
/**
18
18
* the default set of delimiters for parsing most values
19
19
*
20
- * @see \Rule\Rule::listDelimiterForRule
20
+ * @see \Sabberworm\CSS\ Rule\Rule::listDelimiterForRule
21
21
*
22
22
* @var array<int, string>
23
23
*/
@@ -33,7 +33,7 @@ public static function provideArithmeticOperator(): array
33
33
return \array_combine (
34
34
$ units ,
35
35
\array_map (
36
- function (string $ unit ): array {
36
+ static function (string $ unit ): array {
37
37
return [$ unit ];
38
38
},
39
39
$ units
You can’t perform that action at this time.
0 commit comments