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 3fa0b9a commit 140fb9bCopy full SHA for 140fb9b
README.md
@@ -74,7 +74,9 @@ All methods not returning a specific value returns the Dot object for chaining:
74
```php
75
$dot = dot();
76
77
-$dot->add('user.name', 'John')->set('user.email', 'john@example.com')->clear(); // returns empty Dot
+$dot->add('user.name', 'John')
78
+ ->set('user.email', 'john@example.com')
79
+ ->clear(); // returns empty Dot
80
```
81
82
## Methods
0 commit comments