Постфиксная запись типов вместо префиксной
This commit is contained in:
parent
04662a94df
commit
11370eecc9
33 changed files with 95 additions and 79 deletions
|
|
@ -122,7 +122,7 @@ class TemplateImage
|
|||
return "";
|
||||
}
|
||||
|
||||
function imageText($text, /*.\stdClass.*/$value)
|
||||
function imageText($text, $value/*: \stdClass*/)
|
||||
{
|
||||
assert(is_string($text));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue