Skip to content

Fix missing imports in AbstractAdapter#964

Merged
dereuromark merged 1 commit into5.xfrom
fix-5x-missing-imports
Nov 22, 2025
Merged

Fix missing imports in AbstractAdapter#964
dereuromark merged 1 commit into5.xfrom
fix-5x-missing-imports

Conversation

@dereuromark
Copy link
Copy Markdown
Member

Summary

  • Add missing use Exception import required by the catch block in createSeedSchemaTable()
  • Add missing use Migrations\Db\Table import required by the Table instantiation in createSeedSchemaTable()

These imports were missing after the seed schema table feature was added, causing PHPStan failures.

Test plan

  • PHPStan passes
  • PHPCS passes

🤖 Generated with Claude Code

Add missing `use Exception` and `use Migrations\Db\Table` imports
required by the createSeedSchemaTable() method.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@dereuromark dereuromark merged commit 14db43d into 5.x Nov 22, 2025
13 checks passed
@dereuromark dereuromark deleted the fix-5x-missing-imports branch November 22, 2025 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant