We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9028d13 + b9f571a commit e9d61ebCopy full SHA for e9d61eb
2 files changed
.github/workflows/static-code-analysis.yml
@@ -43,6 +43,8 @@ jobs:
43
- 'vendor-bin/**'
44
- 'composer.json'
45
- 'composer.lock'
46
+ - 'psalm*.xml'
47
+ - 'build/psalm-baseline*.xml'
48
- '**.php'
49
50
static-code-analysis:
psalm.xml
@@ -133,6 +133,9 @@
133
<file name="build/stubs/php-polyfill.php" />
134
<file name="build/stubs/oca_talk_share_helper_shareapicontroller.php" />
135
</stubs>
136
+ <forbiddenFunctions>
137
+ <function name="iconv"/>
138
+ </forbiddenFunctions>
139
<issueHandlers>
140
<LessSpecificReturnStatement errorLevel="error"/>
141
<LessSpecificReturnType errorLevel="error"/>
0 commit comments