diff options
| author | David Siegfried <david.siegfried@uni-vechta.de> | 2022-03-10 13:56:15 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2022-03-10 13:56:15 +0000 |
| commit | 265729519f6479ebb10d7136dfb9f6b4fac617c0 (patch) | |
| tree | f77cd435c369603dfbb8bfb5e756675aa6bbd847 /lib/plugins/engine/PluginRepository.class.php | |
| parent | 2ec3bba70a00340e51d5e51657e29f81102b6596 (diff) | |
rework php-doc changes, refs #687
Diffstat (limited to 'lib/plugins/engine/PluginRepository.class.php')
| -rw-r--r-- | lib/plugins/engine/PluginRepository.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/engine/PluginRepository.class.php b/lib/plugins/engine/PluginRepository.class.php index 78b5d02..bf44a8f 100644 --- a/lib/plugins/engine/PluginRepository.class.php +++ b/lib/plugins/engine/PluginRepository.class.php @@ -1,6 +1,6 @@ <?php -/** +/* * PluginRepository.class.php - query plugin meta data * * Copyright (c) 2008 Elmar Ludwig @@ -40,7 +40,6 @@ class PluginRepository * Read plugin meta data from the given URL (using XML format). * The structure of the XML is: * - * @param string $url given url for plugin * * <plugins> * <plugin name="DummyPlugin" @@ -52,6 +51,7 @@ class PluginRepository * </plugin> * [...] * </plugins> + * @param string $url given url for plugin */ public function readMetadata($url) { |
