Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jan 28, 2020
1 parent ff01f41 commit 1dc1ebe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Psalm/Internal/Visitor/ReflectorVisitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -2674,12 +2674,6 @@ private function getAssertionParts(
string $assertion_type,
PhpParser\Node\FunctionLike $stmt
) : ?array {
$is_union = false;

if (strpos($assertion_type, '|') !== false) {
$is_union = true;
}

$prefix = '';

if ($assertion_type[0] === '!') {
Expand Down

0 comments on commit 1dc1ebe

Please sign in to comment.