Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed May 28, 2021
1 parent 29bbdc9 commit 2897317
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ private function isAssignment(File $phpcsFile, int $variablePointer): bool
}

$actualPointer = $variablePointer;
$parenthesisOpenerPointer = null;
$parenthesisOwnerPointer = null;
do {
$parenthesisOpenerPointer = $this->findOpenerOfNestedParentheses($phpcsFile, $actualPointer);
$parenthesisOwnerPointer = $this->findOwnerOfNestedParentheses($phpcsFile, $actualPointer);
Expand Down

0 comments on commit 2897317

Please sign in to comment.