Handle case: ```php $result2 = Conditional::if(1 === 'Invocable') ->then(2) ->value(); // No value here or it returns null? ```