sync(); $result = $sweep->check(); $this->info(sprintf( '%d hostname(s) added, %d checked, %d without a valid certificate', $added, $result['checked'], $result['failing'], )); return self::SUCCESS; } }