Commit 5725df0
committed
minor symfony#52458 [Cache] Fix property types in PdoAdapter (HypeMC)
This PR was merged into the 6.4 branch.
Discussion
----------
[Cache] Fix property types in PdoAdapter
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
I've noticed this while working on symfony#52457, there's no reason these properties should be mixed as far as I can tell.
Commits
-------
f306b74 [Cache] Fix property types in PdoAdapter1 file changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments