You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
cosmopet.ae/wp-content/plugins copy/query-monitor/data/db_components.php

18 lines
364 B

<?php declare(strict_types = 1);
/**
* Database query components data transfer object.
*
* @package query-monitor
*/
class QM_Data_DB_Components extends QM_Data {
/**
* @var array<string, array<string, mixed>>
* @phpstan-var array<string, array{
* ltime: float,
* types: array<string, int>,
* component: string,
* }>
*/
public $times;
}