mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI
This commit is contained in:
@ -394,15 +394,15 @@ class CiHelper
|
||||
|
||||
if (Process::isTtySupported()) {
|
||||
$proc->setTty(true);
|
||||
$proc->run();
|
||||
$proc->run();
|
||||
} else {
|
||||
$proc->run(function ($type, $buffer) {
|
||||
echo $buffer;
|
||||
});
|
||||
}
|
||||
} else {
|
||||
$proc->run();
|
||||
}
|
||||
$proc->run();
|
||||
}
|
||||
|
||||
$duration = sprintf('%.2fs', microtime(true) - $start);
|
||||
if ($proc->getExitCode() > 0) {
|
||||
|
Reference in New Issue
Block a user