aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-02-22 15:31:56 +0100
committerGitHub <noreply@github.com>2022-02-22 15:31:56 +0100
commit9e80f6f18a2247d60438cac64fe52156a79ff93d (patch)
tree7930619834f0826d384121ecb99ef4af85a4b292 /apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php
parentb5c6ae6d4f3ad5a3b0d86a7580fb860d8bfb384c (diff)
parentc01eb0775648bd54e9cd4904499a30f448554968 (diff)
downloadnextcloud-server-9e80f6f18a2247d60438cac64fe52156a79ff93d.tar.gz
nextcloud-server-9e80f6f18a2247d60438cac64fe52156a79ff93d.zip
Merge pull request #31316 from nextcloud/enhancement/sensitive-insensitive-dav-background-jobs
Mark DAV background jobs as time sensitive/insensitive
Diffstat (limited to 'apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php')
-rw-r--r--apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php b/apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php
index eba2a21f761..360c4c791c7 100644
--- a/apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php
+++ b/apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php
@@ -1,4 +1,7 @@
<?php
+
+declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2018, Georg Ehrke
*