diff options
| author | David Siegfried <ds.siegfried@gmail.com> | 2022-03-10 14:58:27 +0100 |
|---|---|---|
| committer | David Siegfried <ds.siegfried@gmail.com> | 2022-03-10 14:58:27 +0100 |
| commit | 87ef660bf82375fbbcbb68249f6ee6a41da08753 (patch) | |
| tree | f197d328ae90961c2c974e6a03d6c29a416c476b /lib/plugins/engine/PluginRepository.class.php | |
| parent | 265729519f6479ebb10d7136dfb9f6b4fac617c0 (diff) | |
refine doc, refs #687
Diffstat (limited to 'lib/plugins/engine/PluginRepository.class.php')
| -rw-r--r-- | lib/plugins/engine/PluginRepository.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/engine/PluginRepository.class.php b/lib/plugins/engine/PluginRepository.class.php index bf44a8f..11219b7 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) |
