Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function lintSource($source)
 {
     return $this->sublinter->lintSource($source);
 }
Esempio n. 2
0
 public function getFormattedOutput()
 {
     $format = '%s failed: <comment>%s</comment>';
     $output = sprintf($format, $this->linter->getTitle(), $this->message);
     return $output;
 }