Commit 7b33872
committed
minor symfony#59487 [DoctrineBridge] Fix type on
This PR was merged into the 7.3 branch.
Discussion
----------
[DoctrineBridge] Fix type on `IdleConnection\Driver::$connectionExpiries`
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | N/A
| License | MIT
We should be more precise about what kind of `ArrayObject` we expect. This fixes a static analysis problem we have on the DoctrineBundle repository.
Commits
-------
1a76f12 [DoctrineBridge] Fix type on IdleConnection\Driver::$connectionExpiriesIdleConnection\Driver::$connectionExpiries (derrabus)File tree
1 file changed
+3
-0
lines changed- src/Symfony/Bridge/Doctrine/Middleware/IdleConnection
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
0 commit comments