Skip to content

Commit 99b9f38

Browse files
committed
Make Lexer\ContextTest::contextClassesProvider() static
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
1 parent b6a1324 commit 99b9f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Lexer/ContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function testLoadAllByClass(string $context): void
152152
/**
153153
* @return string[][]
154154
*/
155-
public function contextClassesProvider(): array
155+
public static function contextClassesProvider(): array
156156
{
157157
return [
158158
[Contexts\ContextMySql50000::class],

0 commit comments

Comments
 (0)