mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
60 lines
3.4 KiB
YAML
60 lines
3.4 KiB
YAML
# source: https://github.com/Sylius/Sylius/blob/master/UPGRADE-1.0.md#upgrade-from-100-beta3-to-100
|
|
|
|
services:
|
|
Rector\Sylius\Rector\Review\ReplaceCreateMethodWithoutReviewerRector: ~
|
|
|
|
Rector\Rector\MethodCall\MethodNameReplacerRector:
|
|
'Sylius\Component\Core\Repository\OrderRepositoryInterface':
|
|
'count': 'countPlacedOrders'
|
|
'countByChannel': 'countFulfilledByChannel'
|
|
|
|
'Sylius\Component\Product\Repository\ProductVariantRepositoryInterface':
|
|
'findByCodeAndProductCode': 'findByCodesAndProductCode'
|
|
|
|
'Sylius\Component\Core\Model\OrderInterface':
|
|
getLastNewPayment: 'getLastPayment'
|
|
|
|
'Sylius\Component\Taxonomy\Model\TaxonInterface':
|
|
'getParents ': 'getAncestors'
|
|
|
|
Rector\Rector\Typehint\ParentTypehintedArgumentRector:
|
|
'Sylius\Bundle\CoreBundle\Context\SessionAndChannelBasedCartContext':
|
|
'__construct':
|
|
'$cartStorage': 'Sylius\Component\Core\Storage\CartStorageInterface'
|
|
|
|
Rector\Rector\Argument\ArgumentAdderRector:
|
|
Sylius\Component\Mailer\Sender\SenderInterface:
|
|
send:
|
|
0:
|
|
code: '[]'
|
|
Sylius\Component\Core\Repository\ProductRepositoryInterface:
|
|
findOneBySlug:
|
|
2:
|
|
__unknown__: false
|
|
|
|
Rector\Rector\Typehint\ReturnTypehintRector:
|
|
Sylius\Component\Order\Model\OrderInterface:
|
|
getAdjustmentsRecursively:
|
|
'array': 'Doctrine\Common\Collections\Collection'
|
|
|
|
Sylius\Component\Order\Model\OrderItemInterface:
|
|
getAdjustmentsRecursively:
|
|
'array': 'Doctrine\Common\Collections\Collection'
|
|
|
|
Sylius\Component\Registry\PrioritizedServiceRegistryInterface:
|
|
all:
|
|
'Zend\Stdlib\PriorityQueue': 'iterable'
|
|
|
|
Rector\Rector\Class_\ClassReplacerRector:
|
|
DateTime: 'DateTimeInterface'
|
|
'Sylius\Bundle\CoreBundle\Context\SessionAndChannelBasedCartContext': 'Sylius\Component\Core\Storage\CartStorageInterface'
|
|
'Sylius\Bundle\CoreBundle\EmailManager\ShipmentEmailManager': 'Sylius\Bundle\AdminBundle\EmailManager\ShipmentEmailManager'
|
|
'Sylius\Bundle\CoreBundle\EmailManager\ShipmentEmailManagerInterface': 'Sylius\Bundle\AdminBundle\EmailManager\ShipmentEmailManagerInterface'
|
|
'Sylius\Bundle\CoreBundle\EmailManager\ContactEmailManager': 'Sylius\Bundle\ShopBundle\EmailManager\ContactEmailManager'
|
|
'Sylius\Bundle\CoreBundle\EmailManager\ContactEmailManagerInterface': 'Sylius\Bundle\ShopBundle\EmailManager\ContactEmailManagerInterface'
|
|
'Sylius\Bundle\CoreBundle\EmailManager\OrderEmailManager': 'Sylius\Bundle\ShopBundle\EmailManager\OrderEmailManager'
|
|
'Sylius\Bundle\CoreBundle\EmailManager\OrderEmailManagerInterface': 'Sylius\Bundle\ShopBundle\EmailManager\OrderEmailManagerInterface'
|
|
'Sylius\Bundle\CoreBundle\EventListener\UserMailerListener': 'Sylius\Bundle\ShopBundle\EventListener\UserMailerListener'
|
|
'Sylius\Bundle\CoreBundle\Form\Type\ProductTaxonChoiceType': 'Sylius\Bundle\CoreBundle\Form\Type\Taxon\ProductTaxonAutocompleteChoiceType'
|
|
'Sylius\Component\Order\Factory\AddToCartCommandFactoryInterface': 'Sylius\Bundle\OrderBundle\Factory\AddToCartCommandFactoryInterface'
|
|
'Sylius\Bundle\ResourceBundle\Model\ResourceLogEntry': 'Sylius\Component\Resource\Model\ResourceLogEntry' |