| Current Path : /home/rtorresani/www/vendor/rector/rector/vendor/rector/rector-symfony/src/Set/ |
| 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';
}