Постфиксная запись типов вместо префиксной
This commit is contained in:
parent
04662a94df
commit
11370eecc9
33 changed files with 95 additions and 79 deletions
|
|
@ -56,7 +56,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