mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 10:47:25 +01:00
Merge pull request #1173 from faissaloux/add-echo-and-print-to-base
Add `echo` and `print` to base preset
This commit is contained in:
@ -25,6 +25,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