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#42230 [HttpFoundation] update phpdoc to recommend createIndex over ensureIndex (kralos)
This PR was merged into the 4.4 branch.
Discussion
----------
[HttpFoundation] update phpdoc to recommend createIndex over ensureIndex
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | no - kinda (phpdoc only fix)
| New feature? | no
| Deprecations? | no
| Tickets | Fixsymfony#42229
| License | MIT
| Doc PR | symfony/symfony-docs#15548
Updated PHPDoc to recommend using `createIndex` instead of `ensureIndex`. `ensureIndex` was deprecated in `mongodb 3.0.0` and removed in `mongodb 5.0.0`
Commits
-------
05d8ca1symfony#42229 update phpdoc to recommend createIndex over ensureIndex
0 commit comments