Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PHPStan released version 1.10.49 today and managed to break things again... maybe someone should explain semver to them.... Either way, this fixes it. I've favoured ignoring these issues instead of "fixing" them as we were already ignoring a "Result of method * (void) is used" for level 0, which is about the same thing. These methods all `return` the return value of a parent/child method, which can either be `int` or `void`. For code consistency and stability, it is a lot clearer to have these `return` statements in place and it will prevent potential future breakage if the parent/child would start returning a stack pointer. Ref: https://github.com/phpstan/phpstan/releases/tag/1.10.49
- Loading branch information