fix: php lint extra tab fix

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
John Molakvoæ 2025-01-17 21:37:39 +01:00 committed by GitHub
parent abd3cb60fc
commit e5dceaf287
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,6 @@ class ConversionManager implements IConversionManager {
break;
}
}
// If destination not provided, we use the same path
// as the original file, but with the new extension
if ($destination === null) {