mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
chore(psalm): forbid iconv
iconv transliteration is locale- and config-dependent; use UnicodeString::ascii() from symfony/string instead. Assisted-by: Claude:claude-sonnet-4-6 Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
This commit is contained in:
parent
b839335eae
commit
f2285bb3fc
1 changed files with 3 additions and 0 deletions
|
|
@ -132,6 +132,9 @@
|
|||
<file name="build/stubs/php-polyfill.php" />
|
||||
<file name="build/stubs/oca_talk_share_helper_shareapicontroller.php" />
|
||||
</stubs>
|
||||
<forbiddenFunctions>
|
||||
<function name="iconv"/>
|
||||
</forbiddenFunctions>
|
||||
<issueHandlers>
|
||||
<LessSpecificReturnStatement errorLevel="error"/>
|
||||
<LessSpecificReturnType errorLevel="error"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue