File manager - Edit - /var/www/payraty/helpdesk/vendor/rector/rector/src/Logging/CurrentRectorProvider.php
Back
<?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; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings