File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ $node->removeLabels();
41
41
Properties are key-value-pairs which can store data within a node.
42
42
The keys must be unique and [ should be written in camelCase] ( https://neo4j.com/docs/cypher-manual/current/styleguide/#cypher-styleguide-casing ) .
43
43
44
- !> ** Note** : While this library supports arrays and objects as property values, Neo4j has limited support for those types.
44
+ !> ** Note** : While this library supports arrays and objects as property values, Neo4j has limited support for those
45
+ types.
45
46
Be sure that those types are correctly handled.
46
47
47
48
``` php
Original file line number Diff line number Diff line change @@ -31,8 +31,9 @@ $relation->getType();
31
31
Properties are key-value-pairs which can store data within a relationship.
32
32
The keys must be unique and [ should be written in camelCase] ( https://neo4j.com/docs/cypher-manual/current/styleguide/#cypher-styleguide-casing ) .
33
33
34
- !> ** Note** : While this library supports arrays and objects as property values, Neo4j has limited support for those types.
35
- Be sure that those types are correctly handled.
34
+ !> ** Note** : While this library supports arrays and objects as property values, Neo4j has limited support for those
35
+ types.
36
+ Be sure that those types are correctly handled.
36
37
37
38
``` php
38
39
// add property to a relationship:
You can’t perform that action at this time.
0 commit comments