Skip to content

Commit

Permalink
dorp unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 18, 2024
1 parent 97cb743 commit ed4353f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,15 @@ public function specifyTypes(MethodReflection $methodReflection, StaticCall $nod
return new SpecifiedTypes();
}

$overwrite = false;
if ($context->false()) {
$overwrite = true;
$context = $context->negate();
}

return $this->typeSpecifier->create(
$matchesArg->value,
$matchedType,
$context,
// $overwrite,
$scope,
// $node,
);
}
}

0 comments on commit ed4353f

Please sign in to comment.