mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-11 15:44:34 +02:00
Upgrade to phpunit 10 (#1806)
Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
This commit is contained in:
@@ -20,7 +20,7 @@ use Monolog\Formatter\LineFormatter;
|
||||
*/
|
||||
class PsrHandlerTest extends TestCase
|
||||
{
|
||||
public function logLevelProvider()
|
||||
public static function logLevelProvider()
|
||||
{
|
||||
return array_map(
|
||||
fn (Level $level) => [$level->toPsrLogLevel(), $level],
|
||||
|
Reference in New Issue
Block a user