mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
00acf1bae1
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 lines
79 B
Text
5 lines
79 B
Text
<?php
|
|
|
|
#[\Attribute(Attribute::TARGET_PARAMETER)]
|
|
class SensitiveParameter {
|
|
}
|