mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
echo and print not to be used in base preset
This commit is contained in:
@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user