Interop Config 2.0.0
To upgrade from version 1.x to version 2.x you have to add the PHP scalar types of the interfaces to your implemented factory methods.
Added
- #33: PHP 7.1 language features (return types, scalar type hints)
dimensions()
method return type isiterable
canRetrieveOptions()
method return type isbool
mandatoryOptions()
method return type isiterable
defaultOptions()
method return type isarray
- Minor performance improvements
- More test cases
Deprecated
- Nothing
Removed
- PHP < 7.1 support
Fixed
- Nothing