mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
21 lines
774 B
YAML
21 lines
774 B
YAML
# See https://github.com/shopware/shopware/blob/5.5/UPGRADE-5.5.md
|
|
services:
|
|
Rector\Rector\MagicDisclosure\GetAndSetToMethodCallRector:
|
|
Enlight_View_Default:
|
|
get: 'getAssign'
|
|
set: 'assign'
|
|
Enlight_Components_Session_Namespace:
|
|
get: 'get'
|
|
set: 'offsetSet'
|
|
Shopware_Components_Config:
|
|
get: 'offsetGet'
|
|
set: 'offsetSet'
|
|
Rector\Rector\MagicDisclosure\UnsetAndIssetToMethodCallRector:
|
|
Enlight_Components_Session_Namespace:
|
|
isset: 'offsetExists'
|
|
unset: 'offsetUnset'
|
|
Shopware_Components_Config:
|
|
isset: 'offsetExists'
|
|
unset: 'offsetUnset'
|
|
Rector\Shopware\Rector\ClassConstFetch\ShopwareVersionConstsRector: ~
|