From 99b9f3818d5e7f0b6e004b088953bc6a6983b866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Mon, 26 Aug 2024 15:24:44 -0300 Subject: [PATCH] Make Lexer\ContextTest::contextClassesProvider() static MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- tests/Lexer/ContextTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Lexer/ContextTest.php b/tests/Lexer/ContextTest.php index fe5dbe1e..60d00eaf 100644 --- a/tests/Lexer/ContextTest.php +++ b/tests/Lexer/ContextTest.php @@ -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],