Psalm v6
#11207
Replies: 4 comments 1 reply
|
Awesome! Good job! |
0 replies
|
Great work, looking forward to updating ASAP.
TBH I've been looking at the issues and PRs in this repo quite a lot recently, but with the update in full swing I've been intimidated on where to start, as it wasn't clear what was/wasn't considered for v6.
|
1 reply
|
Hello, Would you consider adding a Sponsor button for your profile/this repo? (https://github.com/sponsors) It would make it frictionless for us and probably other organizations to support your work :) |
0 replies
|
Just want to say 'thank you' for working on psalm. Its awesome to see it moving again 💝 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is the first release of Psalm v6!
Users are encouraged to switch to Psalm v6 right away, as v5 is not supported anymore.
Also announcing Psalm's new support model: you can support Psalm development by requesting a support contract from Daniil Gentili, the only active maintainer of Psalm.
Support contracts can cover full integration of Psalm into existing codebases, support for Psalm issues and development of additional Psalm features.
See here » for info, pricing and contact information.
Main highlights of Psalm v6:
ignoreInternalFunctionFalseReturnandignoreInternalFunctionNullReturnare nowfalseby default: this means Psalm now warns when a false/null return type of a native function is not explicitly checked.Plugin authors should consult the changelog for info about BC-breaking changes.
What's Changed
Features
DuplicatePropertyissue by @tuqqu in IntroduceDuplicatePropertyissue #10265Fixes
Docs
@psalm-internaldocumentation example by @still-dreaming-1 in Fixed docblock spacing in@psalm-internaldocumentation example #10467Internal changes
TLiteralFloat::$valueandTLiteralInt::$valuetyped by @weirdan in MakeTLiteralFloat::$valueandTLiteralInt::$valuetyped #9517initialized_methodsContext property by @theodorejb in Remove unnecessary null type frominitialized_methodsContext property #10610masterfrom5.xby @weirdan in Updatemasterfrom5.x#10775masterfrom5.xby @weirdan in Updatemasterfrom5.x#10803Typos
Other changes
New Contributors
Full Changelog: 5.26.1...6.0.0
This discussion was created from the release 6.0.0.
All reactions