mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 15:16:44 +02:00
Doc-comments: Declare type properties
This commit is contained in:
@@ -455,8 +455,8 @@ function query_redirect(string $query, string $location, string $message, bool $
|
||||
}
|
||||
|
||||
class Queries {
|
||||
/** @var string[] */ static $queries = array();
|
||||
/** @var float */ static $start;
|
||||
/** @var string[] */ static array $queries = array();
|
||||
static float $start;
|
||||
}
|
||||
|
||||
/** Execute and remember query
|
||||
|
Reference in New Issue
Block a user