diff options
author | Joas Schilling <coding@schilljs.com> | 2023-11-30 11:53:47 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-11-30 11:53:47 +0100 |
commit | 73c0f596f703a7d8055ba049e9597c6022c122d7 (patch) | |
tree | 76e3076308c25d48b9a16730f55d2388280f4c7c /apps/user_status/tests | |
parent | bcc1d57a038e8431b63eb9e1e5f76d0616a474eb (diff) | |
download | nextcloud-server-73c0f596f703a7d8055ba049e9597c6022c122d7.tar.gz nextcloud-server-73c0f596f703a7d8055ba049e9597c6022c122d7.zip |
fix(copyright): Fix copyright doc blocks
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/user_status/tests')
-rw-r--r-- | apps/user_status/tests/Integration/Service/StatusServiceIntegrationTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/tests/Integration/Service/StatusServiceIntegrationTest.php b/apps/user_status/tests/Integration/Service/StatusServiceIntegrationTest.php index 798e591f975..182cac56217 100644 --- a/apps/user_status/tests/Integration/Service/StatusServiceIntegrationTest.php +++ b/apps/user_status/tests/Integration/Service/StatusServiceIntegrationTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -/* +/** * @copyright 2023 Christoph Wurst <christoph@winzerhof-wurst.at> * * @author 2023 Christoph Wurst <christoph@winzerhof-wurst.at> |