Skip to content

Commit 3f113f1

Browse files
committed
removed unnecessary supression
1 parent ed2dee7 commit 3f113f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/SymfonyTransaction.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ public function runStatements(iterable $statements): CypherList
4646
return $this->handler->handle(fn () => $this->tsx->runStatements($statements), $statements);
4747
}
4848

49-
/**
50-
* @psalm-suppress InvalidReturnStatement
51-
*/
5249
public function commit(iterable $statements = []): CypherList
5350
{
5451
return $this->handler->handle(fn () => $this->tsx->commit($statements), $statements);

0 commit comments

Comments
 (0)