chore(dav): Remove useless var tag

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2023-01-19 19:05:23 +01:00
parent d42d8b79e0
commit 3c9ceffa7c
No known key found for this signature in database
GPG key ID: CC42AC2A7F0E56D8
4 changed files with 0 additions and 6 deletions

View file

@ -55,13 +55,10 @@ use function count;
class RefreshWebcalService {
/** @var CalDavBackend */
private CalDavBackend $calDavBackend;
/** @var IClientService */
private IClientService $clientService;
/** @var IConfig */
private IConfig $config;
/** @var LoggerInterface */

View file

@ -55,7 +55,6 @@ class PruneOutdatedSyncTokensJobTest extends TestCase {
/** @var LoggerInterface|MockObject*/
private $logger;
/** @var PruneOutdatedSyncTokensJob */
private PruneOutdatedSyncTokensJob $backgroundJob;
protected function setUp(): void {

View file

@ -41,7 +41,6 @@ class ActivityUpdaterListenerTest extends TestCase {
private $activityBackend;
/** @var LoggerInterface|MockObject */
private $logger;
/** @var ActivityUpdaterListener */
private ActivityUpdaterListener $listener;
protected function setUp(): void {

View file

@ -44,7 +44,6 @@ class CalDAVSettingsTest extends TestCase {
/** @var IURLGenerator|MockObject */
private $urlGenerator;
/** @var CalDAVSettings */
private CalDAVSettings $settings;
protected function setUp(): void {