8000 bug #27754 [HttpFoundation] missing namespace for RedisProxy (Bonfante) · symfony/symfony@eb0a98f · GitHub
[go: up one dir, main page]

Skip to content

Commit eb0a98f

Browse files
bug #27754 [HttpFoundation] missing namespace for RedisProxy (Bonfante)
This PR was submitted for the master branch but it was squashed and merged into the 4.1 branch instead (closes #27754). Discussion ---------- [HttpFoundation] missing namespace for RedisProxy I think the intention was to check if is instance of \Symfony\Component\Cache\Traits\RedisProxy | Q | A | ------------- | --- | Branch? | 4.1 (becareful when 8000 merging) | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> Commits ------- 8e0acfc [HttpFoundation] missing namespace for RedisProxy
2 parents cd94ef2 + 8e0acfc commit eb0a98f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespace Symfony\Component\HttpFoundation\Session\Storage\Handler;
1313

1414
use Predis\Response\ErrorInterface;
15+
use Symfony\Component\Cache\Traits\RedisProxy;
1516

1617
/**
1718
* Redis based session storage handler based on the Redis class

0 commit comments

Comments
 (0)
0