-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
Description
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 = '')