We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be73257 commit c11650eCopy full SHA for c11650e
stubs/runtime/Attribute.php
@@ -51,7 +51,7 @@ class Attribute
51
* Notes that an attribute declaration in the same place is
52
* allowed multiple times.
53
*/
54
- const IS_REPEATABLE = 1 << 10;
+ const IS_REPEATABLE = 1 << 6;
55
56
/**
57
* @param int $flags A value in the form of a bitmask indicating the places
0 commit comments