Minor: Fix phpdoc in plugin::get()

pull/3758/head
Yannick Warnier 5 years ago
parent 3db29e3ce9
commit a02e4e4f58
  1. 4
      main/inc/lib/plugin.class.php

@ -330,9 +330,9 @@ class Plugin
/** /**
* Returns the value of a given plugin global setting. * Returns the value of a given plugin global setting.
* *
* @param string $name of the plugin * @param string $name of the plugin setting
* *
* @return string Value of the plugin * @return string Value of the plugin setting
*/ */
public function get($name) public function get($name)
{ {

Loading…
Cancel
Save