mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 07:24:44 +01: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