mirror of
https://github.com/nextcloud/server.git
synced 2026-02-10 06:15:08 -05:00
5 lines
79 B
Text
5 lines
79 B
Text
<?php
|
|
|
|
#[\Attribute(Attribute::TARGET_PARAMETER)]
|
|
class SensitiveParameter {
|
|
}
|