diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2025-07-01 16:45:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-01 16:45:40 +0200 |
commit | 214c304cd77c4d1e0592ffdaee6be58cadbf080f (patch) | |
tree | 8ba24a6608c3c726c92ac469de1f13f7994ba65b /tests/lib/Files/Cache/Wrapper | |
parent | bd00b75b29966bdc5170dac338ba504ab859a498 (diff) | |
parent | 9b1a306e9ffcae684d900c3b0e3d314f37d3b13d (diff) | |
download | nextcloud-server-master.tar.gz nextcloud-server-master.zip |
Merge pull request #53625 from nextcloud/dependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.4.0HEADmaster
chore(deps): bump nextcloud/coding-standard from 1.3.2 to 1.4.0 in /vendor-bin/cs-fixer
Diffstat (limited to 'tests/lib/Files/Cache/Wrapper')
-rw-r--r-- | tests/lib/Files/Cache/Wrapper/CacheJailTest.php | 1 | ||||
-rw-r--r-- | tests/lib/Files/Cache/Wrapper/CachePermissionsMaskTest.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/Files/Cache/Wrapper/CacheJailTest.php b/tests/lib/Files/Cache/Wrapper/CacheJailTest.php index 4073f3b9bae..a470a52b62a 100644 --- a/tests/lib/Files/Cache/Wrapper/CacheJailTest.php +++ b/tests/lib/Files/Cache/Wrapper/CacheJailTest.php @@ -1,4 +1,5 @@ <?php + /** * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors * SPDX-FileCopyrightText: 2016 ownCloud, Inc. diff --git a/tests/lib/Files/Cache/Wrapper/CachePermissionsMaskTest.php b/tests/lib/Files/Cache/Wrapper/CachePermissionsMaskTest.php index e4e14e7d5d0..9180cb671fe 100644 --- a/tests/lib/Files/Cache/Wrapper/CachePermissionsMaskTest.php +++ b/tests/lib/Files/Cache/Wrapper/CachePermissionsMaskTest.php @@ -1,4 +1,5 @@ <?php + /** * SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors * SPDX-FileCopyrightText: 2016 ownCloud, Inc. |