webmozarts / assert

Assertions to validate method input/output with nice error messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing `notInstanceOfAny`

smilesrg opened this issue · comments

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