[Issue] Make method signature consistent with interface #38501
Labels
Area: Framework
Component: Eav
Issue: Confirmed
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed
Priority: P3
May be fixed according to the position in the backlog.
Progress: PR in progress
Reported on 2.4.x
Indicates original Magento version for the Issue report.
Reproduced on 2.4.x
The issue has been reproduced on latest 2.4-develop branch
Severity: S4
Affects aesthetics, professional look and feel, “quality” or “usability”.
Triage: Dev.Experience
Issue related to Developer Experience and needs help with Triage to Confirm or Reject it
This issue is automatically created based on existing pull request: #31955: Make method signature consistent with interface
Description
The interface uses
$entityTypeCode
. This makes psalm fail without a solution if you are overwriting the method:With
$entityType
:With
$entityTypeCode
:Manual testing scenarios
\Magento\Eav\Model\AttributeManagement::getAttributes()
;Contribution checklist (*)
The text was updated successfully, but these errors were encountered: