Skip to content

Commit

Permalink
Remove stray comma
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Aug 14, 2019
1 parent 600999a commit 01c876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Analyzer/Statements/ReturnAnalyzer.php
Expand Up @@ -471,7 +471,7 @@ function (Source $inferred_source) use ($previous_sink) {


$codebase->taint->addSinks( $codebase->taint->addSinks(
$statements_analyzer, $statements_analyzer,
$new_sinks, $new_sinks
); );
} }
} }
Expand Down

0 comments on commit 01c876e

Please sign in to comment.