Compare commits

...

1 Commits

Author SHA1 Message Date
Daniel Kesselberg 5ce2683514 docs: typo when declaring phpdocs
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-09-25 17:12:30 +02:00
3 changed files with 3 additions and 3 deletions
@@ -2,7 +2,7 @@
declare(strict_types=1);
/*!
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@@ -254,7 +254,7 @@ class TemplateManager implements ITemplateManager {
return $templates;
}
/*
/**
* @return list<Field>
*/
private function getTemplateFields(TemplateFileCreator $type, int $fileId): array {
+1 -1
View File
@@ -2,7 +2,7 @@
declare(strict_types=1);
/*!
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/