Skip to content

Commit f95ccb6

Browse files
committed
update readme
1 parent b5654c2 commit f95ccb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $person = $jsonDecoder->decode($jsonData, Person::class);
7979
### Handling private and protected properties
8080
The `JsonDecoder` class accepts two boolean constructor parameters to enable the handling of private and protected properties.
8181

82-
To do so a so called `AccessProxy` will be installed and on property set the proxy will set the property to accessible, set the according value and then will set the property to not accessible again.
82+
To do so a so called `PropertyAccessor` will be installed and on property set the proxy will set the property to accessible, set the according value and then will set the property to not accessible again.
8383

8484
## Documentation
8585

0 commit comments

Comments
 (0)