mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Doc-comments: Add param names
This commit is contained in:
@@ -12,8 +12,8 @@ class AdminerEditCalendar {
|
||||
protected $prepend, $langPath;
|
||||
|
||||
/**
|
||||
* @param string text to append before first calendar usage
|
||||
* @param string path to language file, %s stands for language code
|
||||
* @param string $prepend text to append before first calendar usage
|
||||
* @param string $langPath path to language file, %s stands for language code
|
||||
*/
|
||||
function __construct($prepend = null, $langPath = "jquery-ui/i18n/jquery.ui.datepicker-%s.js") {
|
||||
$this->prepend = $prepend;
|
||||
|
Reference in New Issue
Block a user