ok

Mini Shell

Direktori : /home2/selectio/public_html/fms-worksuite/vendor/phpro/grumphp/src/Parser/
Upload File :
Current File : /home2/selectio/public_html/fms-worksuite/vendor/phpro/grumphp/src/Parser/ParserInterface.php

<?php

declare(strict_types=1);

namespace GrumPHP\Parser;

use GrumPHP\Collection\ParseErrorsCollection;
use SplFileInfo;

interface ParserInterface
{
    public function parse(SplFileInfo $file): ParseErrorsCollection;

    public function isInstalled(): bool;
}

Zerion Mini Shell 1.0