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/FOSRestSetList.php

<?php

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

use Rector\Set\Contract\SetListInterface;
final class FOSRestSetList implements SetListInterface
{
    /**
     * @var string
     */
    public const ANNOTATIONS_TO_ATTRIBUTES = __DIR__ . '/../../config/sets/fosrest/annotations-to-attributes.php';
}