SyntaxFix
Write A Post
Hire A Developer
Questions
You may find it more readable to reverse your logic and use an else statement with an empty if.
if($some_variable === 'uk' || $another_variable === 'in'){} else { // This occurs when neither of the above are true }