HippoPHP\Hippo\Reporters\CLIReporter::write PHP Method

write() private method

Writes to stdout.
private write ( string $content )
$content string
    private function write($content)
    {
        $this->fileSystem->putContent('php://stdout', $content);
    }