Bug Report
On the EventManagerAwareInterface, the parameter for setEventManager method is called $eventManager while on EventManagerAwareTrait is called $events.
This causes Psalm errors when using the Trait. I can open a PR to use the same variable name, but we have to decide which one to use.
Summary
Psalm triggers a ParamMismatch error when using the EventManagerAwareTrait
Current behavior
Affects Psalm analysis only
How to reproduce
check this Pull Request comment
Expected behavior
Once the parameter name remains the same, the error will disappear.