mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 01:54:00 +02:00
Doc-comments: Improve array @var
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Adminer;
|
||||
// any method change in this file should be transferred to editor/include/adminer.inc.php and plugins/plugin.php
|
||||
|
||||
class Adminer {
|
||||
public $operators; ///< @var array operators used in select, null for all operators
|
||||
public $operators; ///< @var list<string> operators used in select, null for all operators
|
||||
public $error = ''; ///< @var protected(set) string HTML
|
||||
|
||||
/** Name in title and navigation
|
||||
|
Reference in New Issue
Block a user