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 c6c7805 commit 8f103c3Copy full SHA for 8f103c3
psalm-baseline.xml
@@ -264,7 +264,6 @@
264
<file src="src/Operation/Aggregate.php">
265
<MixedArgument>
266
<code><![CDATA[$this->options['typeMap']]]></code>
267
- <code><![CDATA[$this->options['typeMap']]]></code>
268
</MixedArgument>
269
<MixedAssignment>
270
<code><![CDATA[$cmdOptions['maxAwaitTimeMS']]]></code>
psalm.xml.dist
@@ -3,7 +3,7 @@
3
errorLevel="1"
4
errorBaseline="psalm-baseline.xml"
5
resolveFromConfigFile="true"
6
- findUnusedBaselineEntry="false"
+ findUnusedBaselineEntry="true"
7
findUnusedCode="false"
8
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9
xmlns="https://getpsalm.org/schema/config"
0 commit comments