Skip to content

Commit

Permalink
ReflectionAttribute stub - IS_INSTANCEOF constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 3, 2021
1 parent c2ff0bd commit cfb6fad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stubs/runtime/ReflectionAttribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

class ReflectionAttribute
{

public const IS_INSTANCEOF = 2;

public function getName(): string
{
}
Expand Down

0 comments on commit cfb6fad

Please # to comment.