function FileOutput::writeRaw

File

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

Class

FileOutput
Output implementation that writes to a file.

Namespace

Drupal\PHPStan\ErrorFormatter

Code

public function writeRaw(string $message) : void {
  $this->handle
    ->fwrite($message);
}

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