Skip to content

Commit fffe341

Browse files
committedFeb 27, 2025·
Cleanup
1 parent 4a44d55 commit fffe341

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/Psalm/Internal/Codebase/TaintFlowGraph.php

+3
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ public function connectSinksAndSources(): void
203203
$sources = $this->sources;
204204
$sinks = $this->sinks;
205205

206+
$this->sinks = [];
207+
$this->sources = [];
208+
206209
ksort($this->specializations);
207210
ksort($this->forward_edges);
208211

0 commit comments

Comments
 (0)
Please sign in to comment.