1
0
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:
Jakub Vrana
2025-03-28 09:20:10 +01:00
parent 5e88dae4e2
commit ab4208dcb8
9 changed files with 39 additions and 40 deletions

View File

@@ -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