- Rename Collection::getGridFSBucket() to selectGridFSBucket()
- Create Collection::selectGridFSBucket() to call getGridFSBucket()
- Add deprecation warning and annotation on Collection::selectGridFSBucket()
This ensures consistency with other drivers and the methods Database::getCollection and Client::getDatabase.
- related to
-
PHPLIB-1553 Deprecate Database::selectCollection and Client::selectDatabase
-
- Backlog
-
- links to