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

Reinstate `ArrayInput` default value to an empty array #107

Closed gsteel closed 5 months ago

gsteel commented 5 months ago

Reinstates removed method and property in ArrayInput and also deprecates them so that the default value for an ArrayInput is an empty array, maintaining BC with the 2.x series

Fixes #106

Ocramius commented 5 months ago

Thanks @gsteel and @kersysgediminas

Ocramius commented 5 months ago

@gsteel CI failed to merge-up 2.30.x to 2.31.x here - can you open a PR?

Ref: https://github.com/laminas/laminas-inputfilter/actions/runs/8541206209/job/23399995864

gsteel commented 5 months ago

Done! #109 Thanks @Ocramius