🌐 AI搜索 & 代理 主页
Skip to content

Conversation

@xabbuh
Copy link
Member

@xabbuh xabbuh commented Oct 30, 2025

Q A
Branch? 6.4
Bug fix? yes
New feature? no
Deprecations? no
Issues
License MIT


foreach ((new \ReflectionClass(\sprintf('Symfony\Component\Cache\Traits\\%s%dProxy', $class, $version)))->getMethods() as $method) {
if ('reset' === $method->name || method_exists(LazyProxyTrait::class, $method->name)) {
if ('reset' === $method->name || method_exists(LazyProxyTrait::class, $method->name) || $method->isInternal()) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is required to make the tests fail when our proxies miss a method. The other changes in this test reduce the diff with the version in the 7.4 branch.

@xabbuh xabbuh merged commit 7c7a677 into symfony:6.4 Oct 30, 2025
9 of 11 checks passed
@xabbuh xabbuh deleted the redis-6.2 branch October 30, 2025 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants