Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(CI): Add a stub for SensitiveParameter, so Psalm is not failing …
…on Doctrine/DBAL

Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Oct 6, 2023
commit 00acf1bae1b35dcbd13e858ccc1a706f2c6e1d8c
5 changes: 5 additions & 0 deletions build/stubs/SensitiveParameter.phpstub
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

#[\Attribute(Attribute::TARGET_PARAMETER)]
class SensitiveParameter {
}
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down