Skip to content

MIR0902

IfThisIsMismatch

A method annotated @if-this-is X<Y> was called on a receiver whose type does not satisfy that constraint.

<?php
/** @if-this-is Collection<int> */ // called on Collection<string>

Call the method only when the receiver matches the constraint.