11.18.0
spryker-release-bot
released this
25 May 15:21
·
54 commits
to master
since this release
Included commits: 11.17.0...11.18.0
Improvements
- Adjusted
ReadOnlyArrayObject::offsetSet()
so it has return type to avoid deprecations in PHP 8.1. - Adjusted
ReadOnlyArrayObject::offsetUnset()
so it has return type to avoid deprecations in PHP 8.1. - Adjusted
ReadOnlyArrayObject::append()
so it has return type to avoid deprecations in PHP 8.1. - Adjusted
ReadOnlyArrayObject:: exchangeArray()
so it has return type to avoid deprecations in PHP 8.1. - Adjusted
CommandCollection::offsetSet()
sso it has return type to avoid deprecations in PHP 8.1. - Adjusted
CommandCollection::offsetGet()
so it has attribute#[\ReturnTypeWillChange]
to avoid deprecations in PHP 8.1. - Adjusted
CommandCollection::offsetExists()
so it has return type to avoid deprecations in PHP 8.1. - Adjusted
CommandCollection::offsetUnset()
so it has return type to avoid deprecations in PHP 8.1. - Adjusted
ConditionCollection::offsetSet()
so it has return type to avoid deprecations in PHP 8.1. - Adjusted
ConditionCollection::offsetGet()
so it has attribute#[\ReturnTypeWillChange]
to avoid deprecations in PHP 8.1. - Adjusted
ConditionCollection::offsetExists()
so it has return type to avoid deprecations in PHP 8.1. - Adjusted
ConditionCollection::offsetUnset()
so it has return type to avoid deprecations in PHP 8.1.