%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/code/vendor/rector/rector/packages/ReadWrite/Contract/
Upload File :
Create Path :
Current File : /home/vacivi36/code/vendor/rector/rector/packages/ReadWrite/Contract/ReadNodeAnalyzerInterface.php

<?php

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

use PhpParser\Node\Expr;
/**
 * @template TExpr as Expr
 */
interface ReadNodeAnalyzerInterface
{
    public function supports(Expr $expr) : bool;
    /**
     * @param TExpr $expr
     */
    public function isRead(Expr $expr) : bool;
}

Zerion Mini Shell 1.0