Skip to content

Commit 8f103c3

Browse files
committed
Enable reporting about unused baseline entries
1 parent c6c7805 commit 8f103c3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

psalm-baseline.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@
264264
<file src="src/Operation/Aggregate.php">
265265
<MixedArgument>
266266
<code><![CDATA[$this->options['typeMap']]]></code>
267-
<code><![CDATA[$this->options['typeMap']]]></code>
268267
</MixedArgument>
269268
<MixedAssignment>
270269
<code><![CDATA[$cmdOptions['maxAwaitTimeMS']]]></code>

psalm.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
errorLevel="1"
44
errorBaseline="psalm-baseline.xml"
55
resolveFromConfigFile="true"
6-
findUnusedBaselineEntry="false"
6+
findUnusedBaselineEntry="true"
77
findUnusedCode="false"
88
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xmlns="https://getpsalm.org/schema/config"

0 commit comments

Comments
 (0)