From 87ef660bf82375fbbcbb68249f6ee6a41da08753 Mon Sep 17 00:00:00 2001
From: David Siegfried <ds.siegfried@gmail.com>
Date: Thu, 10 Mar 2022 14:58:27 +0100
Subject: [PATCH] refine doc, refs #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 bf44a8f7027..11219b73a55 100644
--- a/lib/plugins/engine/PluginRepository.class.php
+++ b/lib/plugins/engine/PluginRepository.class.php
@@ -40,7 +40,6 @@ class PluginRepository
      * Read plugin meta data from the given URL (using XML format).
      * The structure of the XML is:
      *
-     *
      * <plugins>
      *   <plugin name="DummyPlugin"
      *     <release
@@ -51,6 +50,7 @@ class PluginRepository
      *   </plugin>
      *   [...]
      * </plugins>
+     *
      * @param string $url given url for plugin
      */
     public function readMetadata($url)
-- 
GitLab