source/Parser/TreeBuilderInterface.php
Opening brace of a interface must be on the line after the definition Open
Open
interface TreeBuilderInterface {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function setContent(\Iterator $content): void;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function build(): array;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function __construct(array $processors, ?LoggerInterface $logger);
- Exclude checks