-
-
Notifications
You must be signed in to change notification settings - Fork 934
Closed
phpstan/phpstan-src
#658Labels
Description
Feature request
I tried using a const wildcard in the middle and it blew up on me :) I assumed this would just work but it appears to be only supported as a trailing wildcard. I'm not sure if there is a good reason for this or if it's just an omission, but it would be nice if wildcards were supported anywhere in the constant name IMO.
Happy to try and send a PR if you approve of the idea and can maybe point me in the right direction, as I am not familiar with the large codebase.