Skip to content

Commit 34d6a19

Browse files
committed
Review changes
1 parent a7914f5 commit 34d6a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/ImageManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function compressUntilSize(string $filePath, string $extension, int $maxB
140140
unlink($tempPath);
141141
}
142142

143-
return $compressed && $copied;
143+
return $copied;
144144
}
145145

146146
private function validate(string $filePath): bool

0 commit comments

Comments
 (0)