Hi. The section of the documentation here says:
if($user->isAll('admin|forum.moderator')){
// do something
}
yet, it contains an alternative symbol ( | ). That's actually confusing, as | would then be ignored in this case? Perhaps you could clarify the behavior in the docs. In my mind, this should throw an exception (you're asking for all, yet using incorrect symbol in the list). Cheers.