mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Fix syntax in VerificationTokenTest.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
c79a6b3f62
commit
0f7e56b3b3
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class VerificationTokenTest extends TestCase {
|
|||
/** @var ITimeFactory|MockObject */
|
||||
protected $timeFactory;
|
||||
/** @var IJobList|MockObject */
|
||||
protected $jobList
|
||||
protected $jobList;
|
||||
|
||||
protected function setUp(): void {
|
||||
parent::setUp();
|
||||
|
|
|
|||
Loading…
Reference in a new issue