mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-26 19:00:15 -06:00
define property to please scrutinizer
This commit is contained in:
parent
f7e63710e4
commit
dff2ad3740
@ -30,6 +30,11 @@ class CheckAuthenticationMiddlewareTest extends TestCase
|
||||
*/
|
||||
protected $jwtService;
|
||||
|
||||
/**
|
||||
* @var callable
|
||||
*/
|
||||
protected $dummyMiddleware;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
$this->jwtService = $this->prophesize(JWTService::class);
|
||||
|
Loading…
Reference in New Issue
Block a user