Skip to content

Commit

Permalink
Allow a deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 15, 2024
1 parent ca8e100 commit ffe8a41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
<code><![CDATA[ConfigurationTrait]]></code>
</DeprecatedTrait>
</file>
<file src="src/Command/SeedCommand.php">
<DeprecatedMethod>
<code><![CDATA[getMultipleOption]]></code>
</DeprecatedMethod>
</file>
<file src="src/Config/ConfigInterface.php">
<MissingTemplateParam>
<code><![CDATA[ArrayAccess]]></code>
Expand Down

0 comments on commit ffe8a41

Please sign in to comment.