<?php $dots = str_repeat('.', max($terminalWidth - strlen($method.$url.$duration.$memory) - 16, 0));
if (empty($dots) && ! $this->output->isVerbose()) {
$url = substr($url, 0, $terminalWidth - strlen($method.$duration.$memory) - 15 - 3).'...';
} else {
$dots .= ' ';
}