type fixes

This commit is contained in:
Yuri Kuznetsov
2022-02-21 14:18:24 +02:00
parent ecf7dc54e0
commit 27f0d9fb86
17 changed files with 106 additions and 24 deletions
+2
View File
@@ -36,6 +36,8 @@ interface Query
{
/**
* Get parameters in RAW format.
*
* @return array<string,mixed>
*/
public function getRaw(): array;
}