Skip to content

Commit 73ec832

Browse files
committed
[Serializer][Validator] Mention annotation loaders handle PHP8 attributes
1 parent d05d14b commit 73ec832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mapping/Loader/AnnotationLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
use Symfony\Component\Validator\Mapping\ClassMetadata;
2121

2222
/**
23-
* Loads validation metadata using a Doctrine annotation {@link Reader}.
23+
* Loads validation metadata using a Doctrine annotation {@link Reader} or using PHP 8 attributes.
2424
*
2525
* @author Bernhard Schussek <[email protected]>
2626
* @author Alexander M. Turek <[email protected]>

0 commit comments

Comments
 (0)