mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Update Base.php to include 'global' in the list of restricted functions
This commit is contained in:
@ -24,6 +24,7 @@ final class Base extends AbstractPreset
|
||||
'ray',
|
||||
'die',
|
||||
'goto',
|
||||
'global',
|
||||
'var_dump',
|
||||
'phpinfo',
|
||||
'echo',
|
||||
|
||||
Reference in New Issue
Block a user