Skip to content

Commit ee61b60

Browse files
committed
Make examples consistent [skip ci]
1 parent 481cfe8 commit ee61b60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ To apply the changes, call the `apply()` method and work with the result:
5353

5454
```php
5555
$document= [
56+
'best' => 'Choco Liebniz',
5657
'biscuits' => [
5758
['name' => 'Digestive'],
5859
['name' => 'Choco Liebniz']
@@ -63,6 +64,7 @@ $changed= $changes->apply($document);
6364

6465
// $changed->successful() := true
6566
// $changed->value() := [
67+
// 'best' => 'Choco Liebniz',
6668
// 'biscuits' => [
6769
// ['name' => 'Digestive'],
6870
// ['name' => 'Ginger Nut'],

0 commit comments

Comments
 (0)