From 97c54743327a2be8636813d09dc0e8c8d598d782 Mon Sep 17 00:00:00 2001 From: mattamon Date: Thu, 23 May 2024 12:45:37 +0200 Subject: [PATCH] Move to next line --- src/Exception/WorkflowDependencyMissingException.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Exception/WorkflowDependencyMissingException.php b/src/Exception/WorkflowDependencyMissingException.php index 3184b00fa..da0ca57d1 100644 --- a/src/Exception/WorkflowDependencyMissingException.php +++ b/src/Exception/WorkflowDependencyMissingException.php @@ -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