Archived
Which statements are true about the following code ?
/**
* @param string||int $mixedVar
* @return int
*/
func someMethod($mixedVar): int
{
return $mixedVar + 99;
}
0
Community Evaluations
Similar QuestionsMore questions about PHP