public function __construct($files, $basePath, OutputInterface $output)
 {
     parent::__construct($files, $basePath, $output);
 }
 /**
  * PhpCodeStyleValidator constructor.
  * @param string[] $files
  * @param string $basePath
  * @param OutputInterface $output
  */
 public function __construct(array $files, $basePath, OutputInterface $output)
 {
     parent::__construct($files, $basePath, $output);
     $this->ruleset = realpath(__DIR__ . '/../../rulesets/bitban.xml');
 }