Issue #2062225 by duozersk: Remove Unused local variable $candidates from /core/lib/Drupal/Core/Config/Entity/Query/Condition.php.

8.0.x
Alex Pott 2013-08-14 06:43:54 -05:00
parent ac77a52e26
commit bcbc4a031b
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}