Skip to content

Commit

Permalink
cs-fix AtomicMethodCallAnalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
issidorov committed Aug 26, 2024
1 parent 4d2db64 commit 4fb411d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ private static function handleTemplatedMixins(
StatementsAnalyzer $statements_analyzer,
string $fq_class_name,
?string $lhs_var_id,
array $ignore_mixins,
array $ignore_mixins
): array {
$method_exists = false;
$naive_method_exists = false;
Expand Down

0 comments on commit 4fb411d

Please sign in to comment.