mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
5 lines
79 B
Text
5 lines
79 B
Text
<?php
|
|
|
|
#[\Attribute(Attribute::TARGET_PARAMETER)]
|
|
class SensitiveParameter {
|
|
}
|