We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f0aa5 commit 596e68cCopy full SHA for 596e68c
ChangeLog.md
@@ -3,6 +3,10 @@ JSON patch change log
3
4
## ?.?.? / ????-??-??
5
6
+## 2.0.2 / 2022-02-26
7
+
8
+* Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid
9
10
## 2.0.1 / 2021-10-24
11
12
* Made compatible with XP 11 as well as new major versions of
src/main/php/text/json/patch/AddOperation.class.php
@@ -18,6 +18,7 @@
18
* @test xp://text.json.patch.unittest.AddOperationTest
19
*/
20
class AddOperation extends Operation {
21
+ private $value;
22
23
/**
24
* Creates a new test operation
0 commit comments