Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/rector/rector/vendor/rector/rector-symfony/src/Set/
Upload File :
Current File : //home/rtorresani/www/vendor/rector/rector/vendor/rector/rector-symfony/src/Set/JMSSetList.php

<?php

declare (strict_types=1);
namespace Rector\Symfony\Set;

use Rector\Set\Contract\SetListInterface;
/**
 * @api
 */
final class JMSSetList implements SetListInterface
{
    /**
     * @var string
     */
    public const REMOVE_JMS_INJECT = __DIR__ . '/../../config/sets/jms/remove-jms-inject.php';
    /**
     * @var string
     */
    public const ANNOTATIONS_TO_ATTRIBUTES = __DIR__ . '/../../config/sets/jms/annotations-to-attributes.php';
}