File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
src/com/magento/idea/magento2uct/inspections/php/api Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,12 @@ protected void execute(
2323 final Project project ,
2424 final @ NotNull ProblemsHolder problemsHolder ,
2525 final ClassReference reference ,
26- final String interfaceFqn
26+ final String fqn
2727 ) {
28- if (VersionStateManager .getInstance (project ).isApi (interfaceFqn )) {
28+ if (VersionStateManager .getInstance (project ).isApi (fqn )) {
2929 return ;
3030 }
31- final String message = SupportedIssue .INHERITED_NON_API_INTERFACE .getMessage (
32- interfaceFqn
33- );
31+ final String message = SupportedIssue .INHERITED_NON_API_INTERFACE .getMessage (fqn );
3432
3533 if (problemsHolder instanceof UctProblemsHolder ) {
3634 ((UctProblemsHolder ) problemsHolder ).setReservedErrorCode (
You can’t perform that action at this time.
0 commit comments