Skip to content

Commit 5d996ae

Browse files
committed
explicitly put <mixed> in container types
see PR #168
1 parent 7a6f12b commit 5d996ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Formatter/OGMFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
*
5252
* @see https://neo4j.com/docs/driver-manual/current/cypher-workflow/#driver-type-mapping
5353
*
54-
* @psalm-type OGMTypes = string|int|float|bool|null|Date|DateTime|Duration|LocalDateTime|LocalTime|Time|CypherList|CypherMap|Node|Relationship|Path|Cartesian3DPoint|CartesianPoint|WGS84Point|WGS843DPoint
54+
* @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>
5555
* @psalm-type OGMResults = CypherList<CypherMap<OGMTypes>>
5656
*
5757
* @psalm-import-type BoltMeta from FormatterInterface

0 commit comments

Comments
 (0)