docs: typo when declaring phpdocs

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2025-09-25 14:08:36 +02:00
parent 442a19b2f0
commit 5ce2683514
No known key found for this signature in database
GPG key ID: 4A81C29F63464E8F
3 changed files with 3 additions and 3 deletions

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
*/

View file

@ -254,7 +254,7 @@ class TemplateManager implements ITemplateManager {
return $templates;
}
/*
/**
* @return list<Field>
*/
private function getTemplateFields(TemplateFileCreator $type, int $fileId): array {

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
*/