%PDF- %PDF-
| Direktori : /home/vacivi36/vacivitta.com.br/vendor/rector/rector/src/ValueObject/ |
| Current File : /home/vacivi36/vacivitta.com.br/vendor/rector/rector/src/ValueObject/FrameworkName.php |
<?php
declare (strict_types=1);
namespace Rector\Core\ValueObject;
/**
* @api
*/
final class FrameworkName
{
/**
* @var string
*/
public const NETTE = 'nette';
/**
* @var string
*/
public const SYMFONY = 'symfony';
}