Skip to content

Commit

Permalink
Fixing linting issue, closing flyimg#334
Browse files Browse the repository at this point in the history
  • Loading branch information
sadok-f committed May 24, 2022
1 parent e46ff8d commit 174ddf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Processor/ImageProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ private function checkForwardedOptions(): string
foreach ($forwardedOptions as $option) {
if (!empty($this->options->getOption($option))) {
$command->addArgument("-" . $option, $this->options->getOption($option));
if($option == 'background'){
if ($option == 'background') {
$command->addArgument("-alpha remove -alpha off");
}
}
Expand Down

0 comments on commit 174ddf6

Please sign in to comment.