Skip to content

Commit 93d211e

Browse files
committed
Command should not be public
1 parent 22ca547 commit 93d211e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mjml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ protected function checkForDeprecationWarning(string $result): string
141141
return $result;
142142
}
143143

144-
public function getCommand(string $templatePath, string $outputPath, $arguments): array
144+
protected function getCommand(string $templatePath, string $outputPath, $arguments): array
145145
{
146146
$home = getenv('HOME');
147147

0 commit comments

Comments
 (0)