t1gor/Robots.txt-Parser-Class

View on GitHub
source/Stream/ReaderInterface.php

Summary

Maintainability
A
0 mins
Test Coverage

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

interface ReaderInterface extends LoggerAwareInterface {

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

    public function getContentRaw(): string;

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

    public function setEncoding(string $encoding);

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

    public function getContentIterated(): \Iterator;

There are no issues that match your filters.

Category
Status