aboutsummaryrefslogtreecommitdiff
path: root/lib/plugins/engine/PluginRepository.class.php
diff options
context:
space:
mode:
authorDavid Siegfried <david.siegfried@uni-vechta.de>2022-03-10 13:56:15 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2022-03-10 13:56:15 +0000
commit265729519f6479ebb10d7136dfb9f6b4fac617c0 (patch)
treef77cd435c369603dfbb8bfb5e756675aa6bbd847 /lib/plugins/engine/PluginRepository.class.php
parent2ec3bba70a00340e51d5e51657e29f81102b6596 (diff)
rework php-doc changes, refs #687
Diffstat (limited to 'lib/plugins/engine/PluginRepository.class.php')
-rw-r--r--lib/plugins/engine/PluginRepository.class.php4
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)
{