1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Mention Psalm 5 in comment

Co-authored-by: Bruce Weirdan <weirdan@gmail.com>
This commit is contained in:
Barney Laurance 2021-06-27 10:18:42 +01:00 committed by GitHub
parent eff9acbd9a
commit 097ccf16b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,7 +274,7 @@ class ErrorBaseline
foreach ($existingIssueType['s'] as $selection) {
$codeNode = $baselineDoc->createElement('code');
/** @todo in major version release (e.g. 5.0.0) replace $selection with trim($selection)
/** @todo in major version release (e.g. Psalm 5) replace $selection with trim($selection)
* This will be a minor BC break as baselines generated will then not be compatible with Psalm
* versions from before PR https://github.com/vimeo/psalm/pull/6000
*/