webmozarts/assert

Psalm support for oneOf() and allOneOf()

Open

#269 opened on Apr 14, 2022

 (0 comments) (0 reactions) (0 assignees)PHP (145 forks)batch import
help wanted

Repository metrics

Stars
 (7,454 stars)
PR merge metrics
 (PR metrics pending)

Description

I notice there are no psalm annotations for oneOf() or allOneOf(). I'm actually not even sure if @psalm-assert could be used for such a method but at least wanted to ask if there were any plans to add this if it is possible.

Contributor guide