SCA with Php Inspections (EA Ultimate)

This commit is contained in:
Vladimir Reznichenko
2018-02-27 19:13:22 +01:00
parent f9b03dfd42
commit f10cb6aeee
10 changed files with 14 additions and 12 deletions

View File

@ -938,7 +938,7 @@ class BaseArrayHelper
continue;
}
if (!key_exists($globalKey, $array)) {
if (!array_key_exists($globalKey, $array)) {
continue;
}
if ($localKey === null) {