webmozarts / assert

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assert::methodExists $methor argument type

zerkms opened this issue · comments

I think it also would qualify as BC hence should go to the milestone v2.0 but

shouldn't the $method argument of methodExists be a string not mixed?

Loosely related: #207