prooph / event-store-http-client

PHP 7.2 Event Store HTTP Client Implementation
BSD 3-Clause "New" or "Revised" License
25 stars 5 forks source link

Fix ResolvedEventParser #33

Closed enumag closed 5 years ago

enumag commented 5 years ago

Closes #32

The variables were swapped. I also renamed the $link variable to make it clear that it's not the "link" event but the "linked" event.

prolic commented 5 years ago

superseeded by ed752df