From 16dafadf67f56e715a4e8d5093a28435640d5df8 Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Mon, 16 Sep 2024 14:40:26 +0000 Subject: [PATCH] Update stubs --- stubs/ext/reflection/ReflectionProperty.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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 */ #[\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 { }