mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 17:33:15 +02:00
[PR #11000] Copy Debug class from doctrine/common #12752
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/11000
State: closed
Merged: Yes
This is an alternative to https://github.com/doctrine/orm/pull/10999/commits/4c8934f2539f5f700eb7a724f94af8d109057a66 (the other commit in the associated PR still stands).
This reduces our dependency to this shared library that now holds very little code we use.
The class has not been copied verbatim:
strict_types, which lead to casting a variable to string before feeding it toexplode().ini_get()was compared with true, which is never returned by that function.A follow-up of this PR could be to leverage Symfony's VarDumper component when available.