Crunz\EventRunner::formatEventOutput PHP 메소드

formatEventOutput() 보호된 메소드

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