mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 21:26:43 +02:00
Upgrade PHPUnit to v8
This commit is contained in:
@@ -21,7 +21,7 @@ class SlackRecordTest extends TestCase
|
||||
{
|
||||
private $jsonPrettyPrintFlag;
|
||||
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->jsonPrettyPrintFlag = defined('JSON_PRETTY_PRINT') ? JSON_PRETTY_PRINT : 128;
|
||||
}
|
||||
|
Reference in New Issue
Block a user