Skip to content

Commit

Permalink
Fix location
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Mar 16, 2020
1 parent 9e64670 commit 4232bfb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -348,7 +348,7 @@ public static function analyze(
$var_id
? 'Unable to determine the type that ' . $var_id . ' is being assigned to'
: 'Unable to determine the type of this assignment',
new CodeLocation($statements_analyzer->getSource(), $assign_value ?: $assign_var)
new CodeLocation($statements_analyzer->getSource(), $assign_var)
),
$statements_analyzer->getSuppressedIssues()
)) {
Expand Down

0 comments on commit 4232bfb

Please sign in to comment.