t1gor/Robots.txt-Parser-Class

View on GitHub
source/Parser/TreeBuilderInterface.php

Summary

Maintainability
A
0 mins
Test Coverage

Opening brace of a interface must be on the line after the definition
Open

interface TreeBuilderInterface {

Spaces must be used to indent lines; tabs are not allowed
Open

    public function __construct(array $processors, ?LoggerInterface $logger);

Spaces must be used to indent lines; tabs are not allowed
Open

    public function setContent(\Iterator $content): void;

Spaces must be used to indent lines; tabs are not allowed
Open

    public function build(): array;

There are no issues that match your filters.

Category
Status