Skip to content

Commit e512055

Browse files
committed
The PropertyAnnotation can be defined multiple time
1 parent 063cd67 commit e512055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Annotations/standard/PropertyAnnotation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* Defines a magic/virtual property and it's type.
3434
*
35-
* @usage('class'=>true, 'inherited'=>true)
35+
* @usage('class'=>true, 'inherited'=>true, 'multiple' => true)
3636
*/
3737
class PropertyAnnotation extends Annotation implements IAnnotationParser, IAnnotationFileAware
3838
{

0 commit comments

Comments
 (0)