mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: update Arch.php to ignore 'assert' function in presets
This commit is contained in:
@ -19,6 +19,7 @@ arch()->preset()->security()->ignoring([
|
||||
'exec',
|
||||
'unserialize',
|
||||
'extract',
|
||||
'assert',
|
||||
]);
|
||||
|
||||
arch('globals')
|
||||
|
||||
Reference in New Issue
Block a user