0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/build/stubs/SensitiveParameter.phpstub
Joas Schilling 00acf1bae1
feat(CI): Add a stub for SensitiveParameter, so Psalm is not failing on Doctrine/DBAL
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-06 15:29:24 +02:00

5 lines
79 B
Text

<?php
#[\Attribute(Attribute::TARGET_PARAMETER)]
class SensitiveParameter {
}