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
Remove dead code and simplify redundant constructs
- remove the unused Doctrine FieldMapping imports left over from the
DBAL 3/4 compatibility work
- remove AdminContextFactory's duplicated getUser() call and the unused
$request parameter of getDashboardDto()
- remove the unused $entityDto parameter of
CommonPreConfigurator::buildTemplatePathOption()
- return expressions directly instead of assigning them to a variable
used only once (SearchDto, MenuFactory, MenuItemMatcher,
ComparisonType)
- flatten the nested null/Stringable checks in
CrudDto::getDefaultPageTitle() and use the nullsafe operator in
AdminContextFactory
0 commit comments