Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 298 Bytes

ForbiddenEcho.md

File metadata and controls

9 lines (7 loc) · 298 Bytes

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");