Skip to content

Commit

Permalink
Fix baseline file for new deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 10, 2024
1 parent 7d306ea commit de3d8f0
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,46 @@
</DeprecatedClass>
</file>
<file src="src/Command/Phinx/Create.php">
<DeprecatedTrait>
<code>ConfigurationTrait</code>
</DeprecatedTrait>
<PossiblyUndefinedArrayOffset>
<code>$phinxName</code>
</PossiblyUndefinedArrayOffset>
</file>
<file src="src/Command/Phinx/Dump.php">
<DeprecatedTrait>
<code>ConfigurationTrait</code>
</DeprecatedTrait>
</file>
<file src="src/Command/Phinx/MarkMigrated.php">
<DeprecatedTrait>
<code>ConfigurationTrait</code>
</DeprecatedTrait>
</file>
<file src="src/Command/Phinx/Migrate.php">
<DeprecatedTrait>
<code>ConfigurationTrait</code>
</DeprecatedTrait>
</file>
<file src="src/Command/Phinx/Rollback.php">
<DeprecatedTrait>
<code>ConfigurationTrait</code>
</DeprecatedTrait>
</file>
<file src="src/Command/Phinx/Seed.php">
<DeprecatedTrait>
<code>ConfigurationTrait</code>
</DeprecatedTrait>
<PossiblyNullReference>
<code>setInput</code>
</PossiblyNullReference>
</file>
<file src="src/Command/Phinx/Status.php">
<DeprecatedTrait>
<code>ConfigurationTrait</code>
</DeprecatedTrait>
</file>
<file src="src/Config/Config.php">
<DeprecatedMethod>
<code>getEnvironments</code>
Expand Down Expand Up @@ -125,6 +156,11 @@
<code>$executedVersion</code>
</ReferenceReusedFromConfusingScope>
</file>
<file src="src/Migrations.php">
<DeprecatedTrait>
<code>ConfigurationTrait</code>
</DeprecatedTrait>
</file>
<file src="src/TableFinderTrait.php">
<PossiblyUndefinedArrayOffset>
<code>$split[0]</code>
Expand Down

0 comments on commit de3d8f0

Please sign in to comment.