Skip to content

Commit 16dafad

Browse files
committed
Update stubs
1 parent 7783e08 commit 16dafad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

stubs/ext/reflection/ReflectionProperty.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,20 @@ public function getDefaultValue()
184184
public function getAttributes(?string $name = null, int $flags = 0): array
185185
{
186186
}
187+
#[\Since('8.4')]
188+
public function hasHooks(): bool
189+
{
190+
}
187191
/** @return array<string, ReflectionMethod> */
188192
#[\Since('8.4')]
189193
public function getHooks(): array
190194
{
191195
}
192196
#[\Since('8.4')]
197+
public function hasHook(PropertyHookType $type): bool
198+
{
199+
}
200+
#[\Since('8.4')]
193201
public function getHook(PropertyHookType $type): ?ReflectionMethod
194202
{
195203
}

0 commit comments

Comments
 (0)