mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-21 04:11:47 +02:00
Move phpdoc to native types
This commit is contained in:
@@ -13,6 +13,7 @@ namespace Monolog\Handler;
|
||||
|
||||
use Monolog\Test\TestCase;
|
||||
use Monolog\Level;
|
||||
use PHPUnit\Framework\MockObject\MockObject;
|
||||
|
||||
/**
|
||||
* @author Julien Breux <julien.breux@gmail.com>
|
||||
@@ -24,10 +25,7 @@ class LogmaticHandlerTest extends TestCase
|
||||
*/
|
||||
private $res;
|
||||
|
||||
/**
|
||||
* @var LogmaticHandler
|
||||
*/
|
||||
private $handler;
|
||||
private LogmaticHandler&MockObject $handler;
|
||||
|
||||
public function testWriteContent()
|
||||
{
|
||||
|
Reference in New Issue
Block a user