@@ -133,10 +133,9 @@ public function handle()
133133 /**
134134 * Run a SSH command.
135135 *
136- * @param string $command The SSH command that needs to be run
137- * @param bool $beforeNotice Information for the user before the command is run
138- * @param bool $afterNotice Information for the user after the command is run
139- *
136+ * @param string $command The SSH command that needs to be run
137+ * @param bool $beforeNotice Information for the user before the command is run
138+ * @param bool $afterNotice Information for the user after the command is run
140139 * @return mixed Command-line output
141140 */
142141 public function executeProcess ($ command , $ beforeNotice = false , $ afterNotice = false )
@@ -172,11 +171,10 @@ public function executeProcess($command, $beforeNotice = false, $afterNotice = f
172171 /**
173172 * Run an artisan command.
174173 *
175- * @param string $command The artisan command to be run.
176- * @param array $arguments Key-value array of arguments to the artisan command.
177- * @param bool $beforeNotice Information for the user before the command is run
178- * @param bool $afterNotice Information for the user after the command is run
179- *
174+ * @param string $command The artisan command to be run.
175+ * @param array $arguments Key-value array of arguments to the artisan command.
176+ * @param bool $beforeNotice Information for the user before the command is run
177+ * @param bool $afterNotice Information for the user after the command is run
180178 * @return mixed Command-line output
181179 */
182180 public function executeArtisanProcess ($ command , $ arguments = [], $ beforeNotice = false , $ afterNotice = false )
@@ -203,8 +201,8 @@ public function executeArtisanProcess($command, $arguments = [], $beforeNotice =
203201 /**
204202 * Write text to the screen for the user to see.
205203 *
206- * @param string $type line, info, comment, question, error
207- * @param string $content
204+ * @param string $type line, info, comment, question, error
205+ * @param string $content
208206 */
209207 public function echo ($ type , $ content )
210208 {
0 commit comments