assert icon indicating copy to clipboard operation
assert copied to clipboard

Missing `notInstanceOfAny`

Open smilesrg opened this issue 3 years ago • 1 comments
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 avatar Apr 27 '22 17:04 smilesrg

@smilesrg I'll add it

Tautve avatar Oct 01 '22 05:10 Tautve