dachcom-digital / pimcore-seo

The last SEO Bundle for Pimcore you'll ever need!
Other
38 stars 14 forks source link

Fix Symfony Console deprecation in QueuedIndexDataCommand #63

Closed NiklasBr closed 1 month ago

NiklasBr commented 3 months ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? yes
Fixed tickets n/a

Fixes the following deprecation warnings:

PHP Deprecated: Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "SeoBundle\Command\QueuedIndexDataCommand" class instead. in /var/www/pimcore/vendor/symfony/contracts/Deprecation/function.php on line 25 PHP Deprecated: Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "SeoBundle\Command\QueuedIndexDataCommand" class instead. in /var/www/pimcore/vendor/symfony/contracts/Deprecation/function.php on line 25