Skip to content

Commit

Permalink
Update CommandException.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 3, 2023
1 parent d0332d1 commit 6fdc78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Exception/CommandException.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ public static function fromPrevious(CommandInterface $command, \Exception $prev)
}

/**
* @param string $message Exception message
* @param \Exception|null $previous Previous exception (if any)
* @param string $message Exception message
* @param \Exception|null $previous Previous exception (if any)
*/
public function __construct(
$message,
Expand Down

0 comments on commit 6fdc78b

Please sign in to comment.