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', 'usleep',
'exit', 'exit',
'phpinfo', 'phpinfo',
'echo',
'print',
'print_r', 'print_r',
'var_export', 'var_export',
])->not->toBeUsed(); ])->not->toBeUsed();