mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-20 20:01:52 +02:00
Upgrade to phpunit 10 (#1806)
Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
This commit is contained in:
@@ -37,7 +37,7 @@ class NoopHandlerTest extends TestCase
|
||||
$this->assertFalse($handler->handle($this->getRecord($level)));
|
||||
}
|
||||
|
||||
public function logLevelsProvider()
|
||||
public static function logLevelsProvider()
|
||||
{
|
||||
return array_map(
|
||||
fn ($level) => [$level],
|
||||
|
Reference in New Issue
Block a user