source/Parser/DirectiveProcessors/DisallowProcessor.php
Opening brace of a class must be on the line after the definition Open
Open
class DisallowProcessor extends AbstractAllowanceProcessor implements DirectiveProcessorInterface {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function getDirectiveName(): string {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return Directive::DISALLOW;
- Exclude checks
Opening brace should be on a new line Open
Open
public function getDirectiveName(): string {
- Exclude checks