We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19fba5 commit 768e52aCopy full SHA for 768e52a
app/Commands/UpdateCommand.php
@@ -99,6 +99,9 @@ protected function getReleaseNotes(): null|string
99
return null;
100
}
101
102
+ /**
103
+ * @psalm-suppress InvalidReturnStatement
104
+ */
105
return $this->option('release-notes') ?: $this->ask('What markdown Release Notes should be added to the CHANGELOG?');
106
107
psalm.xml.dist
@@ -3,7 +3,7 @@
3
errorLevel="4"
4
findUnusedVariablesAndParams="true"
5
findUnusedBaselineEntry="true"
6
- findUnusedCode="true"
+ findUnusedCode="false"
7
resolveFromConfigFile="true"
8
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9
xmlns="https://getpsalm.org/schema/config"
0 commit comments