From 93d211eb5c5ae5dbbeeab996d2509e24c1178990 Mon Sep 17 00:00:00 2001 From: Rias Date: Fri, 3 Jan 2025 15:34:45 +0100 Subject: [PATCH] Command should not be public --- src/Mjml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mjml.php b/src/Mjml.php index 913f5ac..f0d9a73 100755 --- a/src/Mjml.php +++ b/src/Mjml.php @@ -141,7 +141,7 @@ protected function checkForDeprecationWarning(string $result): string return $result; } - public function getCommand(string $templatePath, string $outputPath, $arguments): array + protected function getCommand(string $templatePath, string $outputPath, $arguments): array { $home = getenv('HOME');