dddshelf / ddd-in-php-book-issues

Leave your comments, improvements or book mistakes as an issue! Thanks ❤️
https://leanpub.com/ddd-in-php
28 stars 2 forks source link

Code typo #75

Closed JPuigV closed 7 years ago

JPuigV commented 7 years ago

In Architectural Styles > Synchronizing the Write Model with the Read Model, in the code after "The following code shows how the flow between the projector and the events would appear", line 25 should be: $projector->project($events); instead of $projector->project($event); And same in the next example with amqplib (line 31).

carlosbuenosvinos commented 7 years ago

Thanks, fixed! Can you provide your name and last name, please?

JPuigV commented 7 years ago

Jordi Puig ;)

carlosbuenosvinos commented 7 years ago

Cool! you are now in the Acknowledgements section :)

JPuigV commented 7 years ago

Great! Thank you!