Skip to content

Commit

Permalink
Remove unreachable return
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Nov 17, 2024
1 parent b29321c commit b776232
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VariableAnalysis/Lib/Helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,6 @@ public static function isTokenPartOfTypehint(File $phpcsFile, $stackPtr)
return ($tokens[$i]['code'] === T_VARIABLE);
}
}
return false;
}

/**
Expand Down

0 comments on commit b776232

Please sign in to comment.