Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Sep 11, 2024
1 parent ac0b2eb commit a25ce7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stubs/ext/reflection/ReflectionProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ public function isDefault()
{
}
#[\Since('8.4')]
public function isDynamic(): bool
{
}
#[\Since('8.4')]
public function isAbstract(): bool
{
}
Expand Down

0 comments on commit a25ce7c

Please sign in to comment.