Your IP : 216.73.217.30


Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/rector/rector/src/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/vendor/rector/rector/src/constants.php

<?php

declare (strict_types=1);
namespace RectorPrefix202304;

// mimic missing T_ENUM constant on PHP 8.0-
if (!\defined('T_ENUM')) {
    \define('T_ENUM', 5000);
}
// mimic missing T_NAME_RELATIVE constant on PHP 8.0-
if (!\defined('T_NAME_RELATIVE')) {
    \define('T_NAME_RELATIVE', 5001);
}