Skip to content

Commit c11650e

Browse files
committed
Fix
1 parent be73257 commit c11650e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/runtime/Attribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Attribute
5151
* Notes that an attribute declaration in the same place is
5252
* allowed multiple times.
5353
*/
54-
const IS_REPEATABLE = 1 << 10;
54+
const IS_REPEATABLE = 1 << 6;
5555

5656
/**
5757
* @param int $flags A value in the form of a bitmask indicating the places

0 commit comments

Comments
 (0)