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:
Joas Schilling 2023-07-05 10:17:49 +02:00
parent c4ed7f9d21
commit 00acf1bae1
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<?php
#[\Attribute(Attribute::TARGET_PARAMETER)]
class SensitiveParameter {
}

View file

@ -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"/>