Skip to content

Commit

Permalink
Parameter name mismatch cannot be fixed until the PluginManager chang…
Browse files Browse the repository at this point in the history
…es its parameter name

Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Jun 4, 2024
1 parent 88983de commit 4556b6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.23.1@8471a896ccea3526b26d082f4461eeea467f10a4">
<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e">
<file src="src/ArrayInput.php">
<DeprecatedProperty>
<code><![CDATA[$this->value]]></code>
Expand Down Expand Up @@ -284,6 +284,9 @@
<NonInvariantDocblockPropertyType>
<code><![CDATA[$factories]]></code>
</NonInvariantDocblockPropertyType>
<ParamNameMismatch>
<code><![CDATA[$name]]></code>
</ParamNameMismatch>
<PossiblyUnusedMethod>
<code><![CDATA[validatePlugin]]></code>
</PossiblyUnusedMethod>
Expand Down

0 comments on commit 4556b6d

Please sign in to comment.