mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add data types
This commit is contained in:
parent
44e37cfbe6
commit
d25634299e
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
class AppModelRequest {
|
||||
|
||||
private $_get;
|
||||
private $_post;
|
||||
private $_files;
|
||||
private array $_get;
|
||||
private array $_post;
|
||||
private array $_files;
|
||||
|
||||
public function __construct(array $get, array $post, array $files)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue