FroshTools icon indicating copy to clipboard operation
FroshTools copied to clipboard

chore: use matrix generator

Open tinect opened this issue 11 months ago • 2 comments

There are two errors:

  • Fetching class constant class of deprecated class Shopware\Core\Framework\Adapter\Cache\CacheDecorator: tag:v6.7.0 - reason:decoration-will-be-removed - Will be removed Should we add it to the baseline?
  • Instantiation of deprecated class Shopware\Core\Maintenance\System\Struct\DatabaseConnectionInformation: tag:v6.7.0 - reason:becomes-internal This might be a problem if it will be internal?

tinect avatar Dec 28 '24 02:12 tinect

DatabaseConnectionInformation I would parse it on our own

and for that other stuff make an if condition around 😅

shyim avatar Jan 29 '25 12:01 shyim

@frosh-automation fix-cs

tinect avatar Jan 29 '25 15:01 tinect