From 691077d83ce20b9c54e9008f0092a903fc64caa7 Mon Sep 17 00:00:00 2001 From: Andrey Postal Date: Tue, 20 Aug 2024 00:54:30 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9acf7a..766c353 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ class MyObject { ``` Also, if you have a property that is an array of other object, you must inform the class in the attribute using the ``type`` option. -This will work as a hint so the hydrator can instantiate the appropriate object. +This will work as a hint so the hydrator can instantiate the appropriate object. This works with enums as well. ```php use \Andrey\JsonHandler\JsonItemAttribute; use \MyNamespace\MyOtherObj;