Medium
Which statements are true about the following code ?
/**
* @param string||int $mixedVar
* @return int
*/
function someMethod($mixedVar): int
{
return $mixedVar + 99;
}
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about PHP