Crunz\EventRunner::formatEventOutput PHP Method

formatEventOutput() protected method

Format the event output
protected formatEventOutput ( Event $event ) : string
$event Event
return string
    protected function formatEventOutput(Event $event)
    {
        return $event->description . '(' . $event->getCommandForDisplay() . ') ' . PHP_EOL . $event->outputStream . PHP_EOL;
    }