We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56db434 commit 4ca8a08Copy full SHA for 4ca8a08
1 file changed
README.md
@@ -214,9 +214,6 @@ echo $user->address->city; // Amsterdam
214
215
### Example: Arrays of Objects with a PSR-11 Container
216
217
-```php
218
-## Example: Arrays of Objects with a PSR-11 Container
219
-
220
`Struct` can also hydrate arrays of nested objects.
221
If the class is registered in the container, it will be resolved from there; otherwise, it will be created via `new`.
222
0 commit comments