%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/code/vendor/rector/rector/src/Contract/Rector/
Upload File :
Create Path :
Current File : /home/vacivi36/code/vendor/rector/rector/src/Contract/Rector/ScopeAwarePhpRectorInterface.php

<?php

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

use PhpParser\Node;
use PHPStan\Analyser\Scope;
interface ScopeAwarePhpRectorInterface extends \Rector\Core\Contract\Rector\PhpRectorInterface
{
    /**
     * Process Node of matched type with its PHPStan scope
     * @return Node|Node[]|null
     */
    public function refactorWithScope(Node $node, Scope $scope);
}

Zerion Mini Shell 1.0