fix: phpstan level=3
This commit is contained in:
parent
277a297b8a
commit
4fc2e2ac7d
16 changed files with 69 additions and 54 deletions
|
|
@ -59,7 +59,7 @@ class HttpRequest extends Collection
|
|||
|
||||
function set($key, $value/*: any*/)
|
||||
{
|
||||
return parent::get('data')->set($key, $value);
|
||||
parent::get('data')->set($key, $value);
|
||||
}
|
||||
|
||||
function export($key = 'data')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue