Conversation
Co-authored-by: Karol-Stelmaczonek <118974926+Karol-Stelmaczonek@users.noreply.github.com> Signed-off-by: Aleksej Tikhanovich <tihanovich.a@gmail.com>
fix: update dependencies for dbal v3
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: Path: https://raw.githubusercontent.com/oat-sa/tao-code-quality/main/coderabbit/php/authoring/v1/.coderabbit.yaml (via .coderabbit.yaml) Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (30)
📝 WalkthroughWalkthroughThis pull request migrates the codebase from DBAL 2 to DBAL 3. Changes include: updating fetch() and fetchAll() calls to fetchAssociative() and fetchAllAssociative(), refactoring exception imports from Doctrine\DBAL\DBALException to Doctrine\DBAL\Exception, adding explicit type hints and return types to method signatures, and establishing PHP 8.1 as the minimum version requirement. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested labels
Suggested reviewers
✨ Finishing Touches
🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Release 17.1.0 from 17.0.0
Summary by CodeRabbit