Bugfixes 🐛
- Inferred property type for missing assigned property should not be set to implicit mixed (https://github.com/phpstan/phpstan-src/commit/5b89088469042b3599d67961e7a833f9838abfad), #4227
Function signature fixes 🤖
- Fix wrong function signature of
posix_getpwuid
andposix_getgrgid
(#408), thanks @aragon999!