Типы для php-lint v2
This commit is contained in:
parent
f570da257d
commit
6173eb4892
31 changed files with 83 additions and 76 deletions
|
|
@ -55,7 +55,7 @@ class HttpRequest extends Collection implements ArrayAccess
|
|||
return $this->_session;
|
||||
}
|
||||
|
||||
function set($key, /*.any.*/$value)
|
||||
function set($key, $value/*: any*/)
|
||||
{
|
||||
return parent::get('data')->set($key, $value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue