[PR #8434] fixed entity generation for numeric values #10986

Closed
opened 2026-01-22 16:09:19 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/8434

State: closed
Merged: Yes


Originally doctrine adds integer and float default-values as

private $property = '12';

With this fix it correctly inserts

private $property = 12;

**Original Pull Request:** https://github.com/doctrine/orm/pull/8434 **State:** closed **Merged:** Yes --- Originally doctrine adds integer and float default-values as `private $property = '12';` With this fix it correctly inserts `private $property = 12;`
admin added the pull-request label 2026-01-22 16:09:19 +01:00
admin closed this issue 2026-01-22 16:09:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#10986