mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 06:11:35 +08:00
SCA with Php Inspections (EA Ultimate)
This commit is contained in:
@ -938,7 +938,7 @@ class BaseArrayHelper
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!key_exists($globalKey, $array)) {
|
||||
if (!array_key_exists($globalKey, $array)) {
|
||||
continue;
|
||||
}
|
||||
if ($localKey === null) {
|
||||
|
Reference in New Issue
Block a user