function FileOutput::getStyle

Same name and namespace in other branches
  1. main core/tests/PHPStan/ErrorFormatter/FileOutput.php \Drupal\PHPStan\ErrorFormatter\FileOutput::getStyle()

File

core/tests/PHPStan/ErrorFormatter/FileOutput.php, line 76

Class

FileOutput
Output implementation that writes to a file.

Namespace

Drupal\PHPStan\ErrorFormatter

Code

public function getStyle() : OutputStyle {
  return $this->outputStyle;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.