%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home2/vacivi36/code/vendor/rector/rector/src/Logging/
Upload File :
Create Path :
Current File : //home2/vacivi36/code/vendor/rector/rector/src/Logging/CurrentRectorProvider.php

<?php

declare (strict_types=1);
namespace Rector\Core\Logging;

use Rector\Core\Contract\Rector\RectorInterface;
final class CurrentRectorProvider
{
    /**
     * @var \Rector\Core\Contract\Rector\RectorInterface|null
     */
    private $currentRector;
    public function changeCurrentRector(RectorInterface $rector) : void
    {
        $this->currentRector = $rector;
    }
    public function getCurrentRector() : ?RectorInterface
    {
        return $this->currentRector;
    }
}

Zerion Mini Shell 1.0