Skip to content

Commit cfb6fad

Browse files
committed
ReflectionAttribute stub - IS_INSTANCEOF constant
1 parent c2ff0bd commit cfb6fad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: stubs/runtime/ReflectionAttribute.php

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
class ReflectionAttribute
99
{
10+
11+
public const IS_INSTANCEOF = 2;
12+
1013
public function getName(): string
1114
{
1215
}

0 commit comments

Comments
 (0)