Crunz\EventRunner::formatEventOutput PHP Méthode

formatEventOutput() protected méthode

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