Skip to content

Commit 0eb433f

Browse files
committed
Add missing constant tag for $flags param of Attribute::__construct()
1 parent 3f82c54 commit 0eb433f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

language/predefined/attribute/construct.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
&reftitle.description;
1111
<constructorsynopsis role="Attribute">
1212
<modifier>public</modifier> <methodname>Attribute::__construct</methodname>
13-
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>Attribute::TARGET_ALL</initializer></methodparam>
13+
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer><constant>Attribute::TARGET_ALL</constant></initializer></methodparam>
1414
</constructorsynopsis>
1515
<para>
1616
Constructs a new <classname>Attribute</classname> instance.

0 commit comments

Comments
 (0)