We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063cd67 commit e512055Copy full SHA for e512055
1 file changed
src/Annotations/standard/PropertyAnnotation.php
@@ -32,7 +32,7 @@
32
/**
33
* Defines a magic/virtual property and it's type.
34
*
35
- * @usage('class'=>true, 'inherited'=>true)
+ * @usage('class'=>true, 'inherited'=>true, 'multiple' => true)
36
*/
37
class PropertyAnnotation extends Annotation implements IAnnotationParser, IAnnotationFileAware
38
{
0 commit comments