From c7937300db90674aeeeb51e3401df1a4387fdd11 Mon Sep 17 00:00:00 2001 From: Matthew Exon Date: Wed, 3 Jul 2024 08:02:41 +0200 Subject: [PATCH] Remove duplicate space --- src/Model/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 0dc662659e..c9f5a8e501 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -2446,7 +2446,7 @@ class Contact } /** - * Updates the poll URL of a contact. This is the right function to call if there is a redirect. + * Updates the poll URL of a contact. This is the right function to call if there is a redirect. * * @param integer $id contact id * @param string $url The new URL to use for polling -- 2.39.5