Skip to content

Commit f5a2c6f

Browse files
committed
docs: typo when declaring phpdocs
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent 540e1ac commit f5a2c6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/admin_audit/lib/Actions/TagManagement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
/*!
5+
/**
66
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/

lib/private/Files/Template/TemplateManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ private function getUserTemplates(TemplateFileCreator $type): array {
258258
return $templates;
259259
}
260260

261-
/*
261+
/**
262262
* @return list<Field>
263263
*/
264264
private function getTemplateFields(TemplateFileCreator $type, int $fileId): array {

tests/lib/Files/FilenameValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
/*!
5+
/**
66
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/

0 commit comments

Comments
 (0)