Skip to content

Commit

Permalink
Naming fix. Excessive array_filter deleted. Fixed ifelseanalyzer clau…
Browse files Browse the repository at this point in the history
…se detection.
  • Loading branch information
SCIF committed Feb 20, 2022
1 parent 67b4e31 commit 0c83c16
Show file tree
Hide file tree
Showing 7 changed files with 2,870 additions and 4 deletions.
Expand Up @@ -148,6 +148,7 @@ public static function analyze(
foreach ($mixed_var_ids as $mixed_var_id) {
if (preg_match('/^' . preg_quote($mixed_var_id, '/') . '(\[|-)/', $key)) {
$clause = new Clause([], $cond_object_id, $cond_object_id, true);
break 2;
}
}
}
Expand Down

0 comments on commit 0c83c16

Please sign in to comment.