conditional
conditional copied to clipboard
What happens when there's no value()
Handle case:
$result2 = Conditional::if(1 === 'Invocable')
->then(2)
->value(); // No value here or it returns null?
Yes. it returns null. Test shall be written or #21 shall be considered