@@ -12,10 +12,9 @@ trait PrettyCommandOutput
1212 /**
1313 * Run a SSH command.
1414 *
15- * @param string $command The SSH command that needs to be run
16- * @param bool $beforeNotice Information for the user before the command is run
17- * @param bool $afterNotice Information for the user after the command is run
18- *
15+ * @param string $command The SSH command that needs to be run
16+ * @param bool $beforeNotice Information for the user before the command is run
17+ * @param bool $afterNotice Information for the user after the command is run
1918 * @return mixed Command-line output
2019 */
2120 public function executeProcess ($ command , $ beforeNotice = false , $ afterNotice = false )
@@ -51,11 +50,10 @@ public function executeProcess($command, $beforeNotice = false, $afterNotice = f
5150 /**
5251 * Run an artisan command.
5352 *
54- * @param string $command The artisan command to be run.
55- * @param array $arguments Key-value array of arguments to the artisan command.
56- * @param bool $beforeNotice Information for the user before the command is run
57- * @param bool $afterNotice Information for the user after the command is run
58- *
53+ * @param string $command The artisan command to be run.
54+ * @param array $arguments Key-value array of arguments to the artisan command.
55+ * @param bool $beforeNotice Information for the user before the command is run
56+ * @param bool $afterNotice Information for the user after the command is run
5957 * @return mixed Command-line output
6058 */
6159 public function executeArtisanProcess ($ command , $ arguments = [], $ beforeNotice = false , $ afterNotice = false )
@@ -82,8 +80,8 @@ public function executeArtisanProcess($command, $arguments = [], $beforeNotice =
8280 /**
8381 * Write text to the screen for the user to see.
8482 *
85- * @param string $type line, info, comment, question, error
86- * @param string $content
83+ * @param string $type line, info, comment, question, error
84+ * @param string $content
8785 */
8886 public function echo ($ type , $ content )
8987 {
0 commit comments