diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2022-02-22 15:31:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 15:31:56 +0100 |
commit | 9e80f6f18a2247d60438cac64fe52156a79ff93d (patch) | |
tree | 7930619834f0826d384121ecb99ef4af85a4b292 /apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php | |
parent | b5c6ae6d4f3ad5a3b0d86a7580fb860d8bfb384c (diff) | |
parent | c01eb0775648bd54e9cd4904499a30f448554968 (diff) | |
download | nextcloud-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.php | 3 |
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 * |