mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
docs: typo when declaring phpdocs
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
442a19b2f0
commit
5ce2683514
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 {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
/*!
|
||||
/**
|
||||
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue