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 32f0a1b commit 44faad2Copy full SHA for 44faad2
src/Query.php
@@ -483,7 +483,7 @@ public function delete($structures, bool $detach = false): self
483
/**
484
* Creates the DETACH DELETE clause.
485
*
486
- * @param Variable|Pattern|(Variable|Pattern)[] $variables The variables to delete, including nodes, relationships and paths
+ * @param StructuralType|Pattern|(StructuralType|Pattern)[] $variables The variables to delete, including nodes, relationships and paths
487
488
* @return $this
489
* @see https://neo4j.com/docs/cypher-manual/current/clauses/delete/
0 commit comments