mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
9 lines
207 B
Text
9 lines
207 B
Text
<?php
|
|
|
|
/**
|
|
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
#[\Attribute(Attribute::TARGET_PARAMETER)]
|
|
class SensitiveParameter {
|
|
}
|