mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 19:13:59 +02:00
Change var to public
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Adminer;
|
||||
|
||||
class Adminer {
|
||||
/** @var array operators used in select, null for all operators */
|
||||
var $operators;
|
||||
public $operators;
|
||||
|
||||
/** Name in title and navigation
|
||||
* @return string HTML code
|
||||
|
Reference in New Issue
Block a user