nextcloud / previewgenerator

Nextcloud app to do preview generation in the background.
https://apps.nextcloud.com/apps/previewgenerator
GNU Affero General Public License v3.0
449 stars 56 forks source link

use {$var} instead of ${var} #365

Closed dotlambda closed 1 year ago

dotlambda commented 1 year ago

PHP 8.2 complains with

Using ${var} in strings is deprecated, use {$var} instead
st3iny commented 1 year ago

Thanks!

The same problem also occurs in lib/Command/Generate.php:325. Could you please fix it as well, while you're at it? :)

st3iny commented 1 year ago

Other fix at https://github.com/nextcloud/previewgenerator/pull/367.

st3iny commented 1 year ago

/backport to stable5.2