We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ca547 commit 93d211eCopy full SHA for 93d211e
src/Mjml.php
@@ -141,7 +141,7 @@ protected function checkForDeprecationWarning(string $result): string
141
return $result;
142
}
143
144
- public function getCommand(string $templatePath, string $outputPath, $arguments): array
+ protected function getCommand(string $templatePath, string $outputPath, $arguments): array
145
{
146
$home = getenv('HOME');
147
0 commit comments