Skip to content

Commit 05947d5

Browse files
committed
Small cleanup, removed duplicated keys from array
1 parent 243690c commit 05947d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Magento2/Sniffs/Security/InsecureFunctionSniff.php

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class InsecureFunctionSniff extends ForbiddenFunctionsSniff
2525
'passthru' => null,
2626
'pcntl_exec' => null,
2727
'popen' => null,
28-
'proc_open' => null,
2928
'serialize' => '\Magento\Framework\Serialize\SerializerInterface::serialize',
3029
'shell_exec' => null,
3130
'system' => null,

0 commit comments

Comments
 (0)