Skip to content

Commit

Permalink
Make Lexer\ContextTest::contextClassesProvider() static
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
  • Loading branch information
MauricioFauth committed Aug 26, 2024
1 parent b6a1324 commit 99b9f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Lexer/ContextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function testLoadAllByClass(string $context): void
/**
* @return string[][]
*/
public function contextClassesProvider(): array
public static function contextClassesProvider(): array
{
return [
[Contexts\ContextMySql50000::class],
Expand Down

0 comments on commit 99b9f38

Please sign in to comment.