Постфиксная запись типов вместо префиксной
This commit is contained in:
parent
04662a94df
commit
11370eecc9
33 changed files with 95 additions and 79 deletions
|
|
@ -40,7 +40,7 @@ class Field
|
|||
}
|
||||
}
|
||||
|
||||
function setValue(/*.any.*/$value)
|
||||
function setValue($value/*: any*/)
|
||||
{
|
||||
$this->value = $value;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue