Skip to content

Commit 596e68c

Browse files
committed
Fix "Creation of dynamic property" warnings in PHP 8.2
1 parent 00f0aa5 commit 596e68c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ JSON patch change log
33

44
## ?.?.? / ????-??-??
55

6+
## 2.0.2 / 2022-02-26
7+
8+
* Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid
9+
610
## 2.0.1 / 2021-10-24
711

812
* Made compatible with XP 11 as well as new major versions of

src/main/php/text/json/patch/AddOperation.class.php

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @test xp://text.json.patch.unittest.AddOperationTest
1919
*/
2020
class AddOperation extends Operation {
21+
private $value;
2122

2223
/**
2324
* Creates a new test operation

0 commit comments

Comments
 (0)