mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-20 03:41:29 +02:00
Add property types to all properties where possible
This commit is contained in:
@@ -28,12 +28,9 @@ use PHPUnit\Framework\MockObject\MockObject;
|
||||
*/
|
||||
class PHPConsoleHandlerTest extends TestCase
|
||||
{
|
||||
/** @var Connector|MockObject */
|
||||
protected $connector;
|
||||
/** @var DebugDispatcher|MockObject */
|
||||
protected $debugDispatcher;
|
||||
/** @var ErrorDispatcher|MockObject */
|
||||
protected $errorDispatcher;
|
||||
protected Connector&MockObject $connector;
|
||||
protected DebugDispatcher&MockObject $debugDispatcher;
|
||||
protected ErrorDispatcher&MockObject $errorDispatcher;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user