-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: 2.2.0
-
Component/s: None
-
None
-
None
-
PHP Drivers
-
Not Needed
-
-
None
-
None
-
None
-
None
-
None
-
None
The initial implementation of Binary::getVectorType() and toArray() threw an InvalidArgumentException if either method was invoked on a Binary instance without the vector subtype. LogicException would be more appropriate, since this has nothing to do with the arguments (or lack thereof) passed to these methods. BadMethodCallException might also be appropriate, but PHPC doesn't extend that base class.
This shouldn't constitute a BC break, as the docs will only ever refer to LogicException (see: php/doc-en#5370).
- is related to
-
PHPC-2474 BSON Binary Vector Subtype Support
-
- Closed
-