mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
chore(dav): Remove useless var tag
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
d42d8b79e0
commit
3c9ceffa7c
4 changed files with 0 additions and 6 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ class PruneOutdatedSyncTokensJobTest extends TestCase {
|
|||
/** @var LoggerInterface|MockObject*/
|
||||
private $logger;
|
||||
|
||||
/** @var PruneOutdatedSyncTokensJob */
|
||||
private PruneOutdatedSyncTokensJob $backgroundJob;
|
||||
|
||||
protected function setUp(): void {
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ class ActivityUpdaterListenerTest extends TestCase {
|
|||
private $activityBackend;
|
||||
/** @var LoggerInterface|MockObject */
|
||||
private $logger;
|
||||
/** @var ActivityUpdaterListener */
|
||||
private ActivityUpdaterListener $listener;
|
||||
|
||||
protected function setUp(): void {
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ class CalDAVSettingsTest extends TestCase {
|
|||
/** @var IURLGenerator|MockObject */
|
||||
private $urlGenerator;
|
||||
|
||||
/** @var CalDAVSettings */
|
||||
private CalDAVSettings $settings;
|
||||
|
||||
protected function setUp(): void {
|
||||
|
|
|
|||
Loading…
Reference in a new issue