Skip to content

Commit d924a11

Browse files
committed
updated script
1 parent 185bb55 commit d924a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Prompt.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ public function getInput($promptMessage, $secure = false) {
7979
* @param string $shellName
8080
* @param array $commands
8181
* @param callable $shellHandler
82-
* @param string $prompt
8382
* @param string $historyPath
83+
* @param string $prompt
8484
* @param bool $showBanner
8585
*/
86-
public function renderShell($shellName, $commands, $shellHandler, $prompt = '>', $historyPath = './', $showBanner = true) {
86+
public function renderShell($shellName, $commands, $shellHandler, $historyPath = './', $prompt = '>', $showBanner = true) {
8787
if (empty($commands) || !is_array($commands)) {
8888
throw new CliException('Invalid variable commands provided.');
8989
}

0 commit comments

Comments
 (0)