You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 6.0 branch.
Discussion
----------
[Cache] Removed depreacted code
| Q | A
| ------------- | ---
| Branch? | 6.0
| Bug fix? | no
| New feature? | no
| Deprecations? | yes
| Tickets | -
| License | MIT
| Doc PR | -
This remove deprecated code from Cache.
Is it necessary for the Changelog or Upgrade.md that the classes are not configurable anymore?
Commits
-------
33a095d [Cache] Removed depreacted code
@@ -193,7 +166,7 @@ public function process(ContainerBuilder $container)
193
166
unset($tags[0][$attr]);
194
167
}
195
168
if (!empty($tags[0])) {
196
-
thrownewInvalidArgumentException(sprintf('Invalid "%s" tag for service "%s": accepted attributes are "clearer", "provider", "name", "namespace", "default_lifetime", "early_expiration_message_bus" and "reset", found "%s".', $this->cachePoolTag, $id, implode('", "', array_keys($tags[0]))));
169
+
thrownewInvalidArgumentException(sprintf('Invalid "cache.pool" tag for service "%s": accepted attributes are "clearer", "provider", "name", "namespace", "default_lifetime", "early_expiration_message_bus" and "reset", found "%s".', $id, implode('", "', array_keys($tags[0]))));
197
170
}
198
171
199
172
if (null !== $clearer) {
@@ -204,14 +177,14 @@ public function process(ContainerBuilder $container)
0 commit comments