Skip to content

Commit

Permalink
remove unused class property
Browse files Browse the repository at this point in the history
  • Loading branch information
bknutson123 committed Jan 14, 2025
1 parent 0514e18 commit b704af0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/NodeVisitors/StaticAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class StaticAnalyzer extends NodeVisitorAbstract
private $checks = [];

private ScopeStack $scopeStack;
private MetricOutputInterface $metricOutput;

/** @var array */
private $timings = [];
Expand Down Expand Up @@ -117,7 +116,6 @@ function __construct(SymbolTable $index, OutputInterface $output, MetricOutputIn
$this->index = $index;
$this->scopeStack = new ScopeStack($output, $metricOutput, $config);
$this->scopeStack->pushScope(new Scope(true, true, false));
$this->metricOutput = $metricOutput;

/** @var \BambooHR\Guardrail\Checks\BaseCheck[] $checkers */
$checkers = [
Expand Down

0 comments on commit b704af0

Please sign in to comment.