Skip to content

Commit 5b5a0aa

Browse files
Mutate remaining data providers to static ones
1 parent 7a7ce2c commit 5b5a0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Formatter/OutputFormatterTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public static function provideInlineStyleOptionsCases()
200200
];
201201
}
202202

203-
public function provideInlineStyleTagsWithUnknownOptions()
203+
public static function provideInlineStyleTagsWithUnknownOptions()
204204
{
205205
return [
206206
['<options=abc;>', 'abc'],

0 commit comments

Comments
 (0)