PHP 8.2.31
Preview: ScopeAwareRectorInterface.php Size: 422 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/src/Contract/Rector/ScopeAwareRectorInterface.php

<?php

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

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

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
364 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
717 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
422 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).