Skip to content

Commit 1311472

Browse files
committed
Fix deprecation of Shell::error()
1 parent 1753706 commit 1311472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Shell/ConfigReadShell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function startup() {
9696

9797
if (empty($this->args)) {
9898
$this->_displayHelp('');
99-
$this->error(__('No Configure keys provided.'));
99+
$this->abort(__('No Configure keys provided.'));
100100
}
101101

102102
// All other output should not be processed by the Shell.

0 commit comments

Comments
 (0)