Skip to content

Commit 4bdc1fa

Browse files
authored
Update dto.md, fix closing comment tag.
1 parent 6ca7140 commit 4bdc1fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/dto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ final class Book
290290
{
291291
/**
292292
* @var Attribute
293-
**/
293+
*/
294294
public $attribute;
295295
296296
public $isbn;
@@ -346,4 +346,4 @@ final class BookInputDataTransformer implements DataTransformerInterface
346346
return Book::class === $to && null !== ($context['input']['class'] ?? null);
347347
}
348348
}
349-
```
349+
```

0 commit comments

Comments
 (0)