mirror of
https://github.com/doctrine/DoctrineCacheBundle.git
synced 2026-03-24 08:52:11 +01:00
[PR #37] [MERGED] Urgent: Namespace being ignored #110
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/DoctrineCacheBundle/pull/37
Author: @Lumbendil
Created: 1/7/2015
Status: ✅ Merged
Merged: 1/7/2015
Merged by: @guilhermeblanco
Base:
1.0← Head:namespace-issue📝 Commits (1)
e4d2855Update SymfonyBridgeAdapter.php📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
DependencyInjection/SymfonyBridgeAdapter.php(+2 -0)📄 Description
If you define the namespace it's being set to null, thus defining the same namespace for all classes, which would be an empty namespace.
I wrote urgent because this makes having two installations of the same project with namespaces defined unusable, since they'll then share the cache.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.