Skip to content

MIR0901

ShadowedTemplateParam

A template parameter shadows a name from an outer scope (class template hidden by method template).

<?php
// TODO: minimal example that triggers ShadowedTemplateParam.

TODO: explain the typical fix or how to suppress.