From 96903289b760026e65113a82b37f0a8ac1f62521 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 8 Feb 2025 09:46:32 +0100 Subject: [PATCH] Fix phpdoc issue --- program/lib/Roundcube/spellchecker/atd.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/program/lib/Roundcube/spellchecker/atd.php b/program/lib/Roundcube/spellchecker/atd.php index 94c2d2d8464..52061c7d77a 100644 --- a/program/lib/Roundcube/spellchecker/atd.php +++ b/program/lib/Roundcube/spellchecker/atd.php @@ -18,12 +18,11 @@ */ /** - * Spellchecking backend implementation to work with an After the Deadline service + * Spellchecking backend implementation to work with an After the Deadline service. + * See https://www.afterthedeadline.com/ for more information. * * @package Framework * @subpackage Utils - * - * See https://www.afterthedeadline.com/ for more information */ class rcube_spellchecker_atd extends rcube_spellchecker_engine {