Alexandr
Results
1
issues of
Alexandr
It may look like ``` php \Assert\ThatOneOf($someObject, 'Value must be string or object with method "__toString".') ->string() ->methodExists($someObject, '__toString') ->end(); ``` This chain fails only if both assertions fails. I...