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 7a6f12b commit 5d996aeCopy full SHA for 5d996ae
src/Formatter/OGMFormatter.php
@@ -51,7 +51,7 @@
51
*
52
* @see https://neo4j.com/docs/driver-manual/current/cypher-workflow/#driver-type-mapping
53
54
- * @psalm-type OGMTypes = string|int|float|bool|null|Date|DateTime|Duration|LocalDateTime|LocalTime|Time|CypherList|CypherMap|Node|Relationship|Path|Cartesian3DPoint|CartesianPoint|WGS84Point|WGS843DPoint
+ * @psalm-type OGMTypes = string|int|float|bool|null|Date|DateTime|Duration|LocalDateTime|LocalTime|Time|Node|Relationship|Path|Cartesian3DPoint|CartesianPoint|WGS84Point|WGS843DPoint|CypherList<mixed>|CypherMap<mixed>
55
* @psalm-type OGMResults = CypherList<CypherMap<OGMTypes>>
56
57
* @psalm-import-type BoltMeta from FormatterInterface
0 commit comments