You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've upgraded this library from 1.7.2 to 1.7.4 and see errors like "The annotation "@template" in class MyCLabs\Enum\Enum was never imported. Did you maybe forget to add a "use" statement for this annotation?". Using php:7.3.14 and symfony:4.4.*.
How to fix that? Hardcode myclabs/php-enum:1.7.2 version? Or, BC changes need to raise major version? Or, require some additional package like psalm (don't know anything about it)?