laminas / laminas-inputfilter

Normalize and validate input sets from the web, APIs, the CLI, and more, including files
https://docs.laminas.dev/laminas-inputfilter/
BSD 3-Clause "New" or "Revised" License
41 stars 28 forks source link

Using FQN instead of aliases when referencing the `NotEmpty` validator internally #92

Closed vnccrl78 closed 1 year ago

vnccrl78 commented 1 year ago
Q A
Documentation no
Bugfix no
BC Break no
New Feature no
RFC no
QA no

Description

Ocramius commented 1 year ago

Thanks @vnccrl78!

boesing commented 1 year ago

FYI: this could be a regression as upstream could've registered a factory for that service name. Just a sidenote here, but messing with service names in minors is not a good idea. I cant even see a reason for this as of now, did you guys chat on slack and this was a result or why do we need this?