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 2f02d89 commit 84d1aa5Copy full SHA for 84d1aa5
README.md
@@ -46,9 +46,9 @@ To apply JSON Patch to the JSON document you need just 4 simple steps:
46
```php
47
<?php
48
49
-use \Remorhaz\JSON\Data\Reference\Selector;
50
-use \Remorhaz\JSON\Data\Reference\Writer;
51
-use \Remorhaz\JSON\Patch\Patch;
+use Remorhaz\JSON\Data\Reference\Selector;
+use Remorhaz\JSON\Data\Reference\Writer;
+use Remorhaz\JSON\Patch\Patch;
52
53
// Setting up document.
54
$data = (object) ['a' => (object) ['b' => 'c', 'd' => 'e']];
0 commit comments