mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 07:06:40 +02:00
Fix mockobjects docblocks in tests
This commit is contained in:
@@ -13,10 +13,11 @@ namespace Monolog\Handler;
|
||||
|
||||
use Monolog\Logger;
|
||||
use Monolog\Test\TestCase;
|
||||
use PHPUnit\Framework\MockObject\MockObject;
|
||||
|
||||
class SwiftMailerHandlerTest extends TestCase
|
||||
{
|
||||
/** @var \Swift_Mailer|\PHPUnit_Framework_MockObject_MockObject */
|
||||
/** @var \Swift_Mailer|MockObject */
|
||||
private $mailer;
|
||||
|
||||
public function setUp()
|
||||
|
Reference in New Issue
Block a user