Minor: Fix phpdoc in plugin::get()

pull/3844/head
Yannick Warnier 5 years ago
parent fb8d3e348a
commit ba9e57a9f2
  1. 4
      public/main/inc/lib/plugin.class.php

@ -329,9 +329,9 @@ class Plugin
/**
* 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)
{

Loading…
Cancel
Save