public function LintCommand::__construct in Lockr 7.3
File
- vendor/
symfony/ yaml/ Command/ LintCommand.php, line 41
Class
- LintCommand
- Validates YAML files syntax and outputs encountered errors.
Namespace
Symfony\Component\Yaml\CommandCode
public function __construct($name = null, $directoryIteratorProvider = null, $isReadableProvider = null) {
parent::__construct($name);
$this->directoryIteratorProvider = $directoryIteratorProvider;
$this->isReadableProvider = $isReadableProvider;
}