I am sitting on a large codebase that contains several classes that expose functionality through magically implemented methods (using __call and __callSta
Rather than globally turning off inspections by downgrading the severity of the inspection, you can add a comment to the single line to ignore just that particular inspection.