Releases: php-sap/common
Releases · php-sap/common
version 2
Changes
- Removed
AbstractRemoteFunctionCall::getReturnTypecast()method because it is more transparent to rely on the user-code to overwriteinvoke()for typecasting. - Removed suggestion for
kba-team/typecastfrom composer. - Removed
kba-team/typecastfrom composer dev-requirements. - Removed parameter reset from
AbstractRemoteFunctionCall::invoke().
version 1.1.1
Added tests/ to git export ignore list.
version 1.1.0
Added abstract method AbstractFunction::getFunction() that will get called by the constructor.