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 f41f153 commit 2f02d89Copy full SHA for 2f02d89
README.md
@@ -51,7 +51,7 @@ use \Remorhaz\JSON\Data\Reference\Writer;
51
use \Remorhaz\JSON\Patch\Patch;
52
53
// Setting up document.
54
-$data = (object) ['a' => (object) ['b' => 'c', 'd' => 'e'];
+$data = (object) ['a' => (object) ['b' => 'c', 'd' => 'e']];
55
$dataWriter = new Writer($data);
56
57
// Setting up patch.
0 commit comments