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