define property to please scrutinizer

This commit is contained in:
Bruce Weirdan 2018-03-21 12:13:03 +02:00
parent f7e63710e4
commit dff2ad3740
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -30,6 +30,11 @@ class CheckAuthenticationMiddlewareTest extends TestCase
*/
protected $jwtService;
/**
* @var callable
*/
protected $dummyMiddleware;
public function setUp()
{
$this->jwtService = $this->prophesize(JWTService::class);