1.2.0
Release Notes for 1.2.0
Feature release (minor)
1.2.0
- Total issues resolved: 3
- Total pull requests resolved: 6
- Total contributors: 1
bug
- 96: Bugfix:
scanf
andfscanf
argument count mismatch thanks to @boesing - 95: Bugfix: detect function/method return types when directly passed to stringf-functions thanks to @boesing
- 91: bugfix: properly parse constants from class-constants and non-class-constants thanks to @boesing
enhancement
- 90: Feature: introduce option to disallow integers for string placeholders thanks to @boesing
- 89: Feature: add initial support for psalm v5 thanks to @boesing
- 55: Psalm 5: Migrate usage of
Codebase#php_*_version
usages to newCodebase#analysis_php_version_id
thanks to @boesing - 38: Ensure that we do not have more errors than we are actually asserting thanks to @boesing
- 22: Flag to tell
ReportPossiblyInvalidArgumentForSpecifier
to allowint
for string placeholder thanks to @boesing