diff --git a/stubs/ext/reflection/ReflectionProperty.php b/stubs/ext/reflection/ReflectionProperty.php
index aaee358..413a71a 100644
--- a/stubs/ext/reflection/ReflectionProperty.php
+++ b/stubs/ext/reflection/ReflectionProperty.php
@@ -184,12 +184,20 @@ public function getDefaultValue()
     public function getAttributes(?string $name = null, int $flags = 0): array
     {
     }
+    #[\Since('8.4')]
+    public function hasHooks(): bool
+    {
+    }
     /** @return array<string, ReflectionMethod> */
     #[\Since('8.4')]
     public function getHooks(): array
     {
     }
     #[\Since('8.4')]
+    public function hasHook(PropertyHookType $type): bool
+    {
+    }
+    #[\Since('8.4')]
     public function getHook(PropertyHookType $type): ?ReflectionMethod
     {
     }