diff --git a/lib/plugins/engine/PluginRepository.class.php b/lib/plugins/engine/PluginRepository.class.php index bf44a8f702738643f0f28f44fe7f34795bb35da1..11219b73a5596ebc07191ea6623d4c9bc0055090 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)