aboutsummaryrefslogtreecommitdiff
path: root/lib/plugins/engine/PluginEngine.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/PluginEngine.class.php
parent2ec3bba70a00340e51d5e51657e29f81102b6596 (diff)
rework php-doc changes, refs #687
Diffstat (limited to 'lib/plugins/engine/PluginEngine.class.php')
-rw-r--r--lib/plugins/engine/PluginEngine.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/engine/PluginEngine.class.php b/lib/plugins/engine/PluginEngine.class.php
index a0db8b8..1d3e5a9 100644
--- a/lib/plugins/engine/PluginEngine.class.php
+++ b/lib/plugins/engine/PluginEngine.class.php
@@ -58,7 +58,7 @@ class PluginEngine
/**
* Get instance of the plugin specified by plugin class name.
*
- * @param class-string $class class name of plugin
+ * @param string $class class name of plugin
*/
public static function getPlugin ($class)
{
@@ -84,7 +84,7 @@ class PluginEngine
* the return values.
*
* @param string $type plugin type or null (all types)
- * @param mixed $method the method name that should be send to all plugins
+ * @param string $method the method name that should be send to all plugins
* @param mixed a variable number of arguments
*
* @return array an array containing the return values