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

Undefined index: eventNumber #16

Closed enumag closed 5 years ago

enumag commented 5 years ago

Encountered this error here.

Not sure what is correct here. I'm guessing it should be $json['positionEventNumber'] or $entry['eventNumber'], not sure which.

prolic commented 5 years ago

Duplicate of https://github.com/prooph/event-store-http-client/issues/14