Open
Description
This issue is automatically created based on existing pull request: #32496: Wrong type hint for the protected member $_urlHelper
The type hint for the protected member $_urlHelper
was wrong.
Undefined class 'Helper':95
Description (*)
Fixes the wrong type hint with the correct one, that is also used in constructor
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
- Open the file in PHPStorm
- See the warning
Questions or comments
The issue does not have any negative effect to my knowledge, so this is considred a minor issue.
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)