mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
removes @var hints
the @var hints make PHP stan fail together with PHPUnit 6.3
This commit is contained in:
@@ -349,7 +349,6 @@ class AbstractGrantTest extends TestCase
|
||||
|
||||
public function testIssueNullRefreshToken()
|
||||
{
|
||||
/** @var RefreshTokenRepositoryInterface|MockObject $refreshTokenRepoMock */
|
||||
$refreshTokenRepoMock = $this->getMockBuilder(RefreshTokenRepositoryInterface::class)->getMock();
|
||||
$refreshTokenRepoMock
|
||||
->expects($this->once())
|
||||
|
Reference in New Issue
Block a user