first
This commit is contained in:
19
wp-content/plugins/query-monitor/data/doing_it_wrong.php
Normal file
19
wp-content/plugins/query-monitor/data/doing_it_wrong.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php declare(strict_types = 1);
|
||||
/**
|
||||
* Doing it Wrong data transfer object.
|
||||
*
|
||||
* @package query-monitor
|
||||
*/
|
||||
|
||||
class QM_Data_Doing_It_Wrong extends QM_Data {
|
||||
/**
|
||||
* @var array<int, array<string, mixed>>
|
||||
* @phpstan-var array<int, array{
|
||||
* hook: string,
|
||||
* filtered_trace: list<array<string, mixed>>,
|
||||
* message: string,
|
||||
* component: QM_Component,
|
||||
* }>
|
||||
*/
|
||||
public $actions;
|
||||
}
|
Reference in New Issue
Block a user