diff --git a/src/Psalm/Plugin/Hook/MethodReturnTypeProviderInterface.php b/src/Psalm/Plugin/Hook/MethodReturnTypeProviderInterface.php index 16b41c42f..9c347b1db 100644 --- a/src/Psalm/Plugin/Hook/MethodReturnTypeProviderInterface.php +++ b/src/Psalm/Plugin/Hook/MethodReturnTypeProviderInterface.php @@ -17,7 +17,8 @@ interface MethodReturnTypeProviderInterface /** * @param array $call_args * @param ?array $template_type_parameters - * + * @param lowercase-string $method_name_lowercase + * @param lowercase-string $called_method_name_lowercase * @return ?Type\Union */ public static function getMethodReturnType(