EVOLUTION-NINJA
Edit File: 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'; }