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
…hat was removed in 3.x (jameshalsall)
This PR was squashed before being merged into the 3.0 branch (closessymfony#6903).
Discussion
----------
Remove reference to profiler lifetime property that was removed in 3.x
Fixessymfony#6889
Commits
-------
c084375 Remove reference to profiler lifetime property that was removed in 3.x
According to 3.0 documentation,
profiler
configuration can specifylifetime
However, in code for 3.0.9 I see no such node.
Thus, attempt to use it in my application triggers
Unrecognized option "lifetime" under "framework.profiler"
Either documnetation or ode should be updated.
PS. Did not check this, but seems like
3.1.x
should be affected as wellThe text was updated successfully, but these errors were encountered: