We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2dee7 commit 3f113f1Copy full SHA for 3f113f1
src/SymfonyTransaction.php
@@ -46,9 +46,6 @@ public function runStatements(iterable $statements): CypherList
46
return $this->handler->handle(fn () => $this->tsx->runStatements($statements), $statements);
47
}
48
49
- /**
50
- * @psalm-suppress InvalidReturnStatement
51
- */
52
public function commit(iterable $statements = []): CypherList
53
{
54
return $this->handler->handle(fn () => $this->tsx->commit($statements), $statements);
0 commit comments