[PR #12022] Provide upgrade path to new ORMSetup::create* signature #13410

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

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

State: closed
Merged: Yes


Currently we have ORMSetup::create*Configuration methods with a
$proxyDir argument that is used to configure the proxy directory, but
also as a seed for generating a namespace for cache systems.

Since these methods could be used with named arguments, renaming the
argument is not really an option and we need separate methods.

**Original Pull Request:** https://github.com/doctrine/orm/pull/12022 **State:** closed **Merged:** Yes --- Currently we have `ORMSetup::create*Configuration` methods with a `$proxyDir` argument that is used to configure the proxy directory, but also as a seed for generating a namespace for cache systems. Since these methods could be used with named arguments, renaming the argument is not really an option and we need separate methods.
admin added the pull-request label 2026-01-22 16:17:02 +01:00
admin closed this issue 2026-01-22 16:17:02 +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#13410