MIR0901
ShadowedTemplateParam
A template parameter shadows a name from an outer scope (class template hidden by method template).
Example
Section titled “Example”<?php// TODO: minimal example that triggers ShadowedTemplateParam.How to fix
Section titled “How to fix”TODO: explain the typical fix or how to suppress.