diff --git a/stubs/Reflection.phpstub b/stubs/Reflection.phpstub index 663557039..11dcf4537 100644 --- a/stubs/Reflection.phpstub +++ b/stubs/Reflection.phpstub @@ -99,6 +99,8 @@ class ReflectionMethod implements Reflector * @return array> */ public function getAttributes(?string $name = null, int $flags = 0): array {} + + public function isStatic(): bool {} } class ReflectionClassConstant