You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking the profiler > logs > deprecations, I am seeing a line like this, without any explanation in the log:
edit: if I add some dump inside the compiler class before the trigger_deprecation, I got this:
^ "symfony/framework-bundle"
^ "5.4"
^ "The "Symfony\Component\Cache\Adapter\AdapterInterface" alias is deprecated, use "%s" instead. It is being referenced by the "%s" service."
^ "App\Services\Cache\CacheClearer"
How to reproduce
I do not know if it is related to my app or symfony related
Possible Solution
unknown for now
Additional Context
Symfony 5.4.0-BETA1
PHP 7.4.25
The text was updated successfully, but these errors were encountered:
Symfony version(s) affected
5.4.0-beta1
Description
I am in a process of upgrading a v4.4 to v5.4 app
When checking the profiler > logs > deprecations, I am seeing a line like this, without any explanation in the log:

edit: if I add some dump inside the compiler class before the
trigger_deprecation
, I got this:How to reproduce
I do not know if it is related to my app orsymfony relatedPossible Solution
unknown for now
Additional Context
The text was updated successfully, but these errors were encountered: