mirror of
https://github.com/nextcloud/server.git
synced 2026-03-13 22:22:25 -04:00
5 lines
79 B
Text
5 lines
79 B
Text
<?php
|
|
|
|
#[\Attribute(Attribute::TARGET_PARAMETER)]
|
|
class SensitiveParameter {
|
|
}
|