Skip to content

Commit c10784f

Browse files
wip
1 parent d4962a1 commit c10784f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/as-a-data-transfer-object/nesting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,6 @@ class AlbumData extends Data
161161
}
162162
```
163163

164-
This was the old way to define the type of data objects that will be stored within a collection. It is still supported, but we recommend using the annotation.
164+
This was the old way to define the type of data objects that will be stored within a collection. It is still supported, but we recommend using the annotation since static analyzers and IDEs will have better support for that.
165+
166+
```php

0 commit comments

Comments
 (0)