PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
ValueObject
<?php declare (strict_types=1); namespace Rector\ValueObject; /** * @api */ final class PolyfillPackage { /** * @var string */ public const PHP_80 = 'symfony/polyfill-php80'; /** * @var string */ public const PHP_73 = 'symfony/polyfill-php73'; }
[-] FuncCallAndExpr.php
[edit]
[-] MethodName.php
[edit]
[-] SprintfStringAndArgs.php
[edit]
[+]
..
[+]
Bootstrap
[+]
Application
[-] Visibility.php
[edit]
[-] PhpVersion.php
[edit]
[-] ProcessResult.php
[edit]
[+]
Reporting
[-] PhpVersionFeature.php
[edit]
[+]
Error
[-] PolyfillPackage.php
[edit]
[-] Configuration.php
[edit]
[-] FileProcessResult.php
[edit]