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
minor symfony#59717 Fix return type of mock factory in Redis ConnectionTest (alexandre-daubois)
This PR was merged into the 7.3 branch.
Discussion
----------
Fix return type of mock factory in Redis `ConnectionTest`
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
The return type is wrong, causing warnings being raised by IDE when calling mock methods on the return value.
Commits
-------
eb3bf17 Fix return type of mock in Redis `ConnectionTest`
0 commit comments