mirror of
https://github.com/nextcloud/server.git
synced 2026-06-24 12:24:39 +02:00
00acf1bae1
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
<?php
|
|
|
|
#[\Attribute(Attribute::TARGET_PARAMETER)]
|
|
class SensitiveParameter {
|
|
}
|