Skip to content

Commit

Permalink
Fix DebugStack#queries docblock type (#3812)
Browse files Browse the repository at this point in the history
Fix DebugStack#queries docblock type
  • Loading branch information
ostrolucky authored Jan 5, 2020
2 parents 96cda30 + 77a394d commit d49d68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Logging/DebugStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class DebugStack implements SQLLogger
/**
* Executed SQL queries.
*
* @var mixed[][]
* @var array<int, array<string, mixed>>
*/
public $queries = [];

Expand Down

0 comments on commit d49d68f

Please sign in to comment.