mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #11065] AbstractSqlExecutor::__sleep should return property names #12790
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/11065
State: closed
Merged: Yes
From php.net:
serializesupports the prepended property names, but this is undocumented.VarExporterdoes not support prepended property names. ThePhpFilesAdapterusesVarExporterto create a php cache file. To prevent issues, we need to return the property names without the prefixes added by php when casting an object to an array.Fixes #11063