Bump dto to v3#502
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #502 +/- ##
=========================================
Coverage 78.32% 78.32%
- Complexity 977 978 +1
=========================================
Files 45 45
Lines 3313 3313
=========================================
Hits 2595 2595
Misses 718 718 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Updates the Queue plugin’s development DTO dependency to dereuromark/cakephp-dto v3 and aligns DTO-related interface imports with the new namespace so the test app and core table code compile against the new major.
Changes:
- Bump
dereuromark/cakephp-dtodev dependency from^2.1.0to^3.0.0. - Update
FromArrayToArrayInterfaceimports fromCakeDto\Dto\...toPhpCollective\Dto\Dto\...in both runtime and test-app code.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
tests/test_app/src/Dto/MyTaskDto.php |
Updates test-app DTO interface import to the v3 namespace. |
src/Model/Table/QueuedJobsTable.php |
Updates runtime DTO interface import used by createJob(). |
composer.json |
Bumps dereuromark/cakephp-dto to ^3.0.0 in require-dev. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary