int $times:
public function __construct($times, ?StringUtil $util = null) { $this->times = intval($times); $this->util = $util ?: new StringUtil(); }