This commit is contained in:
Yuri Kuznetsov
2023-02-18 22:49:43 +02:00
parent 5ccb081af5
commit 2a7a12f58c
21 changed files with 63 additions and 136 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ interface Query
/**
* Get parameters in RAW format.
*
* @return array<string,mixed>
* @return array<string, mixed>
*/
public function getRaw(): array;
}