From 3335005309bb3f5507f82ece25318e43b5cd2653 Mon Sep 17 00:00:00 2001 From: KoloMl Date: Wed, 13 Mar 2024 15:06:28 +0400 Subject: [PATCH] Fix missing namespace of the `Rule` class in PhpDoc --- includes/swv/swv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/swv/swv.php b/includes/swv/swv.php index ea8fdb4c..57e4f5eb 100644 --- a/includes/swv/swv.php +++ b/includes/swv/swv.php @@ -66,7 +66,7 @@ function wpcf7_swv_load_rules() { * * @param string $rule_name Rule name. * @param string|array $properties Optional. Rule properties. - * @return Rule|null The rule object, or null if it failed. + * @return \Contactable\SWV\Rule|null The rule object, or null if it failed. */ function wpcf7_swv_create_rule( $rule_name, $properties = '' ) { $rules = wpcf7_swv_available_rules();