doctrine / DoctrineModule

Doctrine Module for Laminas
http://www.doctrine-project.org/projects/doctrine-module.html
MIT License
398 stars 270 forks source link

Fix unwanted BC break from 5.x series not allowing integer input for validators #823

Closed driehle closed 10 months ago

driehle commented 10 months ago

Closes #818

The release of the 6.x series introduced an unwanted behaviour not allowing integer input to the form validators. This needs to be changed, as integers (e.g. IDs) should be an acceptable input.

driehle commented 10 months ago

We don't need to care about the Psalm error MissingTemplateParam, this is done in #822.