mirror of
https://github.com/danog/psalm.git
synced 2024-12-12 09:19:40 +01:00
298 B
298 B
ForbiddenEcho
Emitted when Psalm encounters an echo statement and the forbidEcho
flag in your config is set to true
This issue is deprecated and will be removed in Psalm 5. Adding echo to forbiddenFunctions in config will result in ForbiddenCode issue instead
<?php
echo("bah");