Skip to content

Commit a25ce7c

Browse files
committed
Update stubs
1 parent ac0b2eb commit a25ce7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stubs/ext/reflection/ReflectionProperty.php

+4
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ public function isDefault()
110110
{
111111
}
112112
#[\Since('8.4')]
113+
public function isDynamic(): bool
114+
{
115+
}
116+
#[\Since('8.4')]
113117
public function isAbstract(): bool
114118
{
115119
}

0 commit comments

Comments
 (0)