Skip to content

Commit 10fcca0

Browse files
fixed link
1 parent 048b46d commit 10fcca0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,17 @@ _`run` executes query in auto-commit transaction if explicit transaction was not
126126

127127
### Cypher query parameters
128128

129-
| Neo4j | PHP |
130-
|------------|-----------------------------------------------------------------------------------------------------------------------------------|
131-
| Null | null |
132-
| Boolean | boolean |
133-
| Integer | integer |
134-
| Float | float |
135-
| Bytes | [Bytes class](https://github.com/neo4j-php/Bolt/blob/master/src/structures/Bytes.php) |
136-
| String | string |
137-
| List | array with consecutive numeric keys from 0 |
138-
| Dictionary | object or array which is not considered as list |
139-
| Structure | Classes implementing `IStructure` by protocol version ([docs](https://www.neo4j.com/docs/bolt/current/bolt/structure-semantics/)) |
129+
| Neo4j | PHP |
130+
|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
131+
| Null | null |
132+
| Boolean | boolean |
133+
| Integer | integer |
134+
| Float | float |
135+
| Bytes | [Bytes class]([https://github.com/neo4j-php/Bolt/blob/master/src/structures/Bytes.php](https://github.com/neo4j-php/Bolt/blob/master/src/packstream/Bytes.php)) |
136+
| String | string |
137+
| List | array with consecutive numeric keys from 0 |
138+
| Dictionary | object or array which is not considered as list |
139+
| Structure | Classes implementing `IStructure` by protocol version ([docs](https://www.neo4j.com/docs/bolt/current/bolt/structure-semantics/)) |
140140

141141
List or dictionary can be also provided as instance of class implementing `Bolt\packstream\IPackListGenerator`
142142
or `Bolt\PackStream\IPackDictionaryGenerator`. This approach helps with memory management while working with big amount

0 commit comments

Comments
 (0)