function FileOutput::writeFormatted
Same name and namespace in other branches
- 11.x core/tests/PHPStan/ErrorFormatter/FileOutput.php \Drupal\PHPStan\ErrorFormatter\FileOutput::writeFormatted()
File
-
core/
tests/ PHPStan/ ErrorFormatter/ FileOutput.php, line 55
Class
- FileOutput
- Output implementation that writes to a file.
Namespace
Drupal\PHPStan\ErrorFormatterCode
public function writeFormatted(string $message) : void {
fwrite($this->handle, $message);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.