echo and print not to be used in base preset

This commit is contained in:
faissaloux
2024-06-10 00:00:57 +01:00
parent 2e4a8329a6
commit c54b7e400e

View File

@ -24,6 +24,8 @@ final class Base extends AbstractPreset
'usleep',
'exit',
'phpinfo',
'echo',
'print',
'print_r',
'var_export',
])->not->toBeUsed();