As a bit of a follow-up to [this issue](https://github.com/phpstan/phpstan/issues/12435), I am using strict-rules and according to them: > Call to `__construct()` on an existing object is not allowed. But it should be allowed in this specific context.