Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 19, 2023
1 parent 69d080b commit a39a1ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/TokenRunner/Analyzer/FixerAnalyzer/BlockFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ final class BlockFinder
public function findInTokensByEdge(Tokens $tokens, int $position): ?BlockInfo
{
$token = $tokens[$position];
if (! $token instanceof Token) {
return null;
}

if ($token->isGivenKind(T_ATTRIBUTE)) {
return $this->createAttributeBlockInfo($tokens, $position);
Expand Down

0 comments on commit a39a1ac

Please sign in to comment.