Skip to content

Commit db4a1ca

Browse files
committed
up
1 parent 4294553 commit db4a1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbstractHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ public function isInteractive(): bool
747747
return $this->app->isInteractive();
748748
}
749749

750-
$value = (bool)$this->input->getLongOpt('no-interactive', false);
750+
$value = $this->input->getBoolOpt(GlobalOption::NO_INTERACTIVE);
751751

752752
return $value === false;
753753
}

0 commit comments

Comments
 (0)