1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Merge pull request #9105 from maniaba/patch-1

Update ForbiddenCode.md
This commit is contained in:
orklah 2023-01-13 19:38:05 +01:00 committed by GitHub
commit 11942d7557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ This functions list can be extended by configuring `forbiddenFunctions` in `psal
<forbiddenFunctions>
<function name="dd"/>
<function name="dump"/>
<function name="var_dump"/>
</forbiddenFunctions>
</psalm>
```