Skip to content

Commit 72d080e

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: Mutate remaining data providers to static ones
2 parents 3e36da1 + 5b5a0aa commit 72d080e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Formatter/OutputFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public static function provideInlineStyleOptionsCases()
199199
];
200200
}
201201

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

0 commit comments

Comments
 (0)