mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
feat(CI): Add a stub for SensitiveParameter, so Psalm is not failing on Doctrine/DBAL
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
c4ed7f9d21
commit
00acf1bae1
2 changed files with 6 additions and 0 deletions
5
build/stubs/SensitiveParameter.phpstub
Normal file
5
build/stubs/SensitiveParameter.phpstub
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
#[\Attribute(Attribute::TARGET_PARAMETER)]
|
||||
class SensitiveParameter {
|
||||
}
|
||||
|
|
@ -68,6 +68,7 @@
|
|||
<file name="build/stubs/imagick.php"/>
|
||||
<file name="build/stubs/intl.php"/>
|
||||
<file name="build/stubs/IntlChar.php"/>
|
||||
<file name="build/stubs/SensitiveParameter.phpstub"/>
|
||||
<file name="build/stubs/ldap.php"/>
|
||||
<file name="build/stubs/memcached.php"/>
|
||||
<file name="build/stubs/redis.php"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue