Issue #2062225 by duozersk: Remove Unused local variable $candidates from /core/lib/Drupal/Core/Config/Entity/Query/Condition.php.
parent
ac77a52e26
commit
bcbc4a031b
|
@ -107,7 +107,6 @@ class Condition extends ConditionBase {
|
|||
*/
|
||||
protected function matchArray(array $condition, array $data, array $needs_matching, array $parents = array()) {
|
||||
$parent = array_shift($needs_matching);
|
||||
$candidates = array();
|
||||
if ($parent === '*') {
|
||||
$candidates = array_keys($data);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue