From bbcf2b47f9fb9e3f0027e300904b8544b443b7b0 Mon Sep 17 00:00:00 2001 From: Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> Date: Tue, 5 Apr 2022 13:51:46 +0200 Subject: [PATCH] fix comment, re #687 --- lib/plugins/engine/PluginRepository.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/engine/PluginRepository.class.php b/lib/plugins/engine/PluginRepository.class.php index 11219b73a55..ef09a6c30d4 100644 --- a/lib/plugins/engine/PluginRepository.class.php +++ b/lib/plugins/engine/PluginRepository.class.php @@ -51,7 +51,7 @@ class PluginRepository * [...] * </plugins> * - * @param string $url given url for plugin + * @param string $url plugin repository url */ public function readMetadata($url) { -- GitLab