Skip to content

Commit

Permalink
Move to next line
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed May 23, 2024
1 parent 3adac5a commit 97c5474
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Exception/WorkflowDependencyMissingException.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ final class WorkflowDependencyMissingException extends AbstractApiException
{
public function __construct(string $executable)
{
parent::__construct(400,
parent::__construct(
400,
sprintf(
'Please install the "%s" console executable on the server to render the workflow graph.',
$executable
Expand Down

0 comments on commit 97c5474

Please sign in to comment.