Closed pine3ree closed 4 years ago
$allowedReturnTypes
in_array
in_array(0, ['a', 'b'])
Thanks, @pine3ree!
$allowedReturnTypes
(maybe making it a static property or a class constant would be advisable)in_array
test as for instance this expressionin_array(0, ['a', 'b'])
evaluates to true