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