コード例 #1
0
 /**
  * @param \Closure $closure
  *
  * @return mixed
  */
 protected function ioVerbose(\Closure $closure)
 {
     if (!$this->style->isVerbose()) {
         return null;
     }
     return $this->ioInvoke($closure);
 }