Rename DebugAccessDecisionManager to TraceableAccessDecisionManager #21085
Labels
Good first issue
Ideal for your first contribution! (some Symfony experience may be required)
Security
A while ago we introduced
DebugAccessDecisionManager
to collect this information and display it in the Security panel of the Symfony Profiler. I though thatDebug + ...
was a better name thanTraceable + ...
. However, every comparable class in Symfony is calledTraceable + ...
, so we should renameDebugAccessDecisionManager
toTraceableAccessDecisionManager
.This issue is an "easy pick", so it can be solved by any developer wanting to make their first contribution to Symfony. But first, let's wait and see if the Symfony Core members agree with this proposal.
The text was updated successfully, but these errors were encountered: