What is New in the Event Sourcing PHPStan Extension 1.3.0
Version 1.3.0 of the patchlevel/event-sourcing-phpstan-extension adds three new rules that guard the state of your aggregates: they report properties that no event ever fills, state that nothing reads, and writes that happen outside an apply method. Every rule can now be turned off individually.