assert
assert copied to clipboard
Missing `notInstanceOfAny`
trafficstars
Thre is a method for checking if the value is instance of at least one class on the array of classes
isInstanceOfAny($value, array $classes, $message = '')
But no method that checks if the value is NOT an instance of at least one class on the array of classes. Missing:
isNotInstanceOfAny($value, array $classes, $message = '')
@smilesrg I'll add it