Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 15e4bf9

Browse files
committed
Update readme
1 parent 000c3f7 commit 15e4bf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ final class Actor
170170
In this example, we use a PHPDoc block to indicate that the property **$movies** contains an array of **Movie** objects.
171171

172172
> **Note**
173-
> Various documentation type annotations are supported, including **@var array<Movie>**, **@var Movie[]**,
174-
> and **@var list<Movie>**. For promoted properties, you can use annotations like **@param array<Movie> $movies**,
175-
> **@param Movie[] $movies**, and **@param list<Movie> $movies**.
173+
> Various documentation type annotations are supported, including `@var array<Movie>`, `@var Movie[]`,
174+
> and `@var list<Movie>`. For promoted properties, you can use annotations like `@param array<Movie> $movies`,
175+
> `@param Movie[] $movies`, and `@param list<Movie> $movies`.
176176
177177
Now, let's generate a schema for this DTO:
178178

0 commit comments

Comments
 (0)