``` phpstan analyse --level=7 --no-progress -c .phpstan.neon --errorFormat=raw MO4 tests ``` complains about some type issues. `$var = $phpcsFile->find*()` returns `int` or `false`, so after the potential sanity check, `$var` should cast to `int`.