mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
10 lines
447 B
YAML
10 lines
447 B
YAML
# source: https://github.com/Sylius/Sylius/blob/master/UPGRADE-1.0.md#upgrade-from-108-to-109
|
|
|
|
services:
|
|
# @todo, use this and return typehint
|
|
Rector\Rector\Typehint\ReturnTypehintRector:
|
|
$typehintForMethodByClass:
|
|
# class
|
|
'Sylius\Bundle\CoreBundle\Templating\Helper\VariantResolverHelper':
|
|
# method
|
|
'resolveVariant': '?Sylius\Component\Product\Model\ProductVariantInterface' |