t1gor/Robots.txt-Parser-Class

View on GitHub
source/Parser/DirectiveProcessors/DisallowProcessor.php

Summary

Maintainability
A
0 mins
Test Coverage

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

class DisallowProcessor extends AbstractAllowanceProcessor implements DirectiveProcessorInterface {

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

    public function getDirectiveName(): string {

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

    }

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

        return Directive::DISALLOW;

Opening brace should be on a new line
Open

    public function getDirectiveName(): string {

There are no issues that match your filters.

Category
Status