rector/src/Deprecation/SetNames.php
2017-08-06 19:37:55 +02:00

17 lines
231 B
PHP

<?php declare(strict_types=1);
namespace Rector\Deprecation;
final class SetNames
{
/**
* @var string
*/
public const NETTE = 'Nette';
/**
* @var string
*/
public const SYMFONY = 'Symfony';
}