Unverified Commit d49d68f6 authored by Gabriel Ostrolucký's avatar Gabriel Ostrolucký Committed by GitHub

Fix DebugStack#queries docblock type (#3812)

Fix DebugStack#queries docblock type
parents 96cda301 77a394d6
......@@ -12,7 +12,7 @@ class DebugStack implements SQLLogger
/**
* Executed SQL queries.
*
* @var mixed[][]
* @var array<int, array<string, mixed>>
*/
public $queries = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment